@charset "utf-8";

/* all layout */
body {
    min-width: 320px;
    word-break: keep-all;
    word-wrap: break-word;
}

body.popup_scroll {
    overflow: hidden;
}

#wrap {
    /*    min-width: 1390px;*/
}

@media (max-width:1260px) {
    #wrap {
        min-width: 100%;
    }
}

/* header */
#header {
    width: 100%;
    /* height:110px; */
    ;
    z-index: 1001;
    position: absolute;
}

#header.active {}

#header .gnbBg {
    display: none;
    position: absolute;
    top: 150px;
    left: calc(50% - 695px);
    width: 100%;
    height: 350px;
    /* border-bottom:1px solid #e8e8e8; */
    background-color: #f9f9f9;
    z-index: 8;
    max-width: 1390px;
    /* margin: 0 auto; */
}

#header .inner {
    position: relative;
    max-width: 1390px;
    margin: 0 auto;
    overflow: visible;
    /* background-color: white; */
}

#header .bottom {
    /* border-top:1px solid #ddd */
}

#header .bottom .inner {
    background-color: white;
}

#header .bottom .rightBox {
    font-size: 0;
    display: none;
}

#header .bottom .rightBox a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/main/allsite.jpg) right center no-repeat;
    padding: 15px 0 15px 15px;
}

#header .inner .top {
    overflow: hidden;
    clear: both;
    /* height: 99px; */
    line-height: 99px;
    padding: 10px 0;
    background-color: #333;
    margin-top: 20px;
}

#header .inner:after {
    content: "";
    display: block;
    clear: both;
}

#header .inner .logo {
    /* position:absolute; */
    /* top:28px; */
    /* left:0; */
    margin: 0;
    padding: 0;
    float: left;
    line-height: 99px;
    width: 24%;
}

#header .inner .logo a {
    background-image: url('/upload/logoH_re.png');    
    /*background-image: url('/images/common/logoH.png');*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-size: 0;
    display: block;
    width: 225px;
    height: 56px;
    line-height: 99px;
    /*    margin-right: 154px;*/
}

#header .inner .center {
    float: left;
    background-color: rgba(255, 255, 255, 0.28);
    /* border: 1px solid rgba(255,255,255,0.4); */
    border-radius: 50px;
    /* height:45px; */
    padding: 7px 22px;
    /* line-height: 30px; */
    margin-top: 5px;
    width: 50%;
}

#header .inner .center input::placeholder {
    color: white
}

#header .inner .center select {
    width: 100px;
    padding: 0px;
    border: 0;
    background: url(/images/main/searchSelect.png) no-repeat 83%;
    -webkit-appearance: none;
    /* 화살표 없애기 for chrome*/
    -moz-appearance: none;
    /* 화살표 없애기 for firefox*/
    appearance: none;
    /* 화살표 없애기 공통*/
    font-size: 16px;
    border-right: 1px solid #e2e2e2;
    margin-right: 15px;
    vertical-align: middle;
}

#header .inner .center select option {
    color: black;
}

#header .inner .center select:not(:checked) {
    color: white;
}

#header .inner .center select::-ms-expand {

    display: none;

}

#header .inner .center input {
    color: white;
    border: 0;
    background-color: transparent;
    line-height: 25px;
    vertical-align: middle;
}

#header .inner .center .searchBtn {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(/images/main/searchClick.png) no-repeat;
}

#header .inner .center .searchField {
    width: calc(100% - 160px);
    margin-right: 15px;
}

#header .inner .gnb {
    width: 100%;
}

#header .inner .gnb > ul {
    margin: 0;
}

#header .inner .gnb > ul:after {
    content: "";
    display: block;
    clear: both;
}

#header .inner .gnb > ul > li {
    position: relative;
    float: left;
    width: 20%;
}

#header .inner .gnb > ul > li:after {
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    background-color: #dddddd;
    position: absolute;
    right: 0;
    top: 20px
}

#header .inner .gnb > ul > li:last-child:after {
    display: none !important
}

#header .inner .gnb > ul > li.num3 {
    padding: 0 25px;
}

#header .inner .gnb > ul > li > a {
    position: relative;
    display: block;
    /* padding: 0 49px; */
    line-height: 61px;
    color: black;
    font-weight: 700;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.5px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-align: center;
}

#header .inner .gnb > ul > li:first-child a {
    /* padding-left:0 */
}

#header .inner .gnb > ul > li > a:hover {
    text-decoration: none;
}

#header .inner .gnb > ul > li:hover > a {
    color: #da396f;
}

#header .inner .gnb > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    width: 0;
    height: 2px;
    background-color: #da396f;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 1;
}

#header .inner .gnb > ul > li:hover > a:before {
    left: calc(50% - 15px);
    width: 30px;
}

#header .inner .gnb > ul > li > .depth2 {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: 350px;
    padding: 0px 0 14px 0px;
    z-index: 9;
    box-sizing: border-box;
}

#header .inner .gnb > ul > li > .depth2 > li:first-child {
    margin-top: 0;
}

#header .inner .gnb > ul > li > .depth2 > li {
    margin-top: 0px;
    text-align: center;
}

#header .inner .gnb > ul > li > .depth2 > li > a {
    position: relative;
    display: inline-block;
    padding: 6px 24px;
    color: #333;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: normal;
    white-space: nowrap;
    vertical-align: middle;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

#header .inner .gnb > ul > li > .depth2 > li.long > a {
    letter-spacing: -1px;
}

#header .inner .gnb > ul > li > .depth2 > li > a:hover {
    color: #333;
    text-decoration: none;
}

#header .inner .gnb > ul > li > .depth2 > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 6px;
    height: 8px;
    margin-top: -4px;
    background-image: url('/images/ico/ico_link_arr01.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

#header .inner .gnb > ul > li > .depth2 > li > a:hover:before,
#header .inner .gnb > ul > li > .depth2 > li > a:focus:before {
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#header .inner .util_area {
    float: left;
    line-height: 99px;
    margin: 16px 0 0 0;
    width: 26%;
    text-align: right;
}

#header .inner .util_area .util_link a {
    margin-left: 5px;
    font-size: 15px;
    color: white;
    letter-spacing: -0.5px;
    font-weight: 400;
}

#header .inner .util_area .util_link a:last-child {
    margin-right: 10px;
}

#header .inner .util_area .util_link a.border {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    padding: 3px 15px;
    min-width: 75px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

#header .inner .util_area .util_link a.border:hover {
    background-color: white;
    color: black;
    transition: 0.4s;
}

#header .inner .util_area .btn_sitemap {
    display: inline-block;
    width: 29px;
    height: 27px;
    margin: 0 0 4px 16px;
    text-indent: -999em;
    background: url('/images/ico/ico_sitemap_menu01.png') no-repeat 50% 50%;
    vertical-align: middle;
}

#header .inner .m_nav {
    display: none;
}

#header .inner .m_nav .btn_menu {
    position: absolute;
    top: 19px;
    right: 20px;
    cursor: pointer;
    border: none;
    outline: 0;
    background: transparent;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 10;
}

#header .inner .m_nav .btn_menu .line {
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 0 6px 0;
    background: white;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

#header .inner .m_nav .btn_menu .line:last-child {
    margin-bottom: 0;
}

#header .inner .m_nav .btn_menu.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#header .inner .m_nav .btn_menu.active .line {
    margin: 0 0 4px 0;
}

#header .inner .m_nav .btn_menu.active .line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(5px, 5px);
}

#header .inner .m_nav .btn_menu.active .line:nth-child(2) {
    opacity: 0;
}

#header .inner .m_nav .btn_menu.active .line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -4px);
    transform: rotate(-45deg) translate(4px, -3px);
}

#header .m_nav {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#header .m_nav .aside {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 300px;
    overflow-y: auto;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: 100;
}

#header .m_nav:before {
    content: "";
    opacity: 0;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.3s ease-out;
}

#header .m_nav.active:before {
    right: 0;
    opacity: 1;
}

#header .m_nav .aside.on {
    opacity: 1;
}

#header .m_nav .aside .m_head {
    position: relative;
    height: 60px;
    padding: 0 15px;
    background-color: #25254c;
}

#header .m_nav .aside .m_head .tit {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
}

#header .m_nav .aside .btn_close {
    position: absolute;
    right: 15px;
    top: 23px;
    z-index: 10;
    cursor: pointer;
    border: none;
    outline: 0;
    background: transparent;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

#header .m_nav .aside .btn_close .line {
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 0 4px 0;
    background: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#header .m_nav .aside .btn_close .line:last-child {
    margin-bottom: 0;
}

#header .m_nav .aside .btn_close .line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
}

#header .m_nav .aside .btn_close .line:nth-child(2) {
    opacity: 0;
}

#header .m_nav .aside .btn_close .line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -4px);
    transform: rotate(-45deg) translate(5px, -4px);
}

#header .m_nav .aside .m_menu > ul {
    margin: 0;
}

#header .m_nav .aside .m_menu > ul > li {
    border-bottom: 1px solid #eaeaea;
}

#header .m_nav .aside .m_menu > ul > li > a {
    position: relative;
    display: block;
    padding: 16px 50px 16px 20px;
    color: #333;
    font-size: 16px;
    line-height: 130%;
    font-weight: normal;
}

#header .m_nav .aside .m_menu > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: url('/images/ico/ico_nav_plus.png') no-repeat 50% 50%;
    background-size: 15px 15px;
}

#header .m_nav .aside .m_menu > ul > li > a.on:after {
    background: url('/images/ico/ico_nav_line.png') no-repeat 50% 50%;
    background-size: 15px 1px;
}

#header .m_nav .aside .m_menu > ul > li > a:hover {
    text-decoration: none;
}

#header .m_nav .aside .m_menu > ul > li > .depth2 {
    display: none;
    margin: 0;
    padding: 0 20px;
    border-top: 1px solid #e4e4e4;
    background: #f3f3f3;
}

#header .m_nav .aside .m_menu > ul > li > .depth2 li {
    border-top: 1px solid #dedede;
}

#header .m_nav .aside .m_menu > ul > li > .depth2 li:first-child {
    border-top: none;
}

#header .m_nav .aside .m_menu > ul > li > .depth2 li a {
    position: relative;
    display: block;
    padding: 14px 10px;
    color: #292929;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}

#header .m_nav .aside .m_menu > ul > li > .depth2 li a:after {
    /*
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background: url('/images/ico/ico_nav_arr.png') no-repeat 50% 50%;
    background-size: 8px 14px;
*/
}

#header .m_nav .aside .m_menu > ul > li > .depth2 li a:hover {
    text-decoration: none;
}

#header .m_nav .aside .m_link ul {
    margin: 0;
    overflow: hidden;
}

#header .m_nav .aside .m_link ul li {
    float: left;
    width: 33.32%;
    text-align: center;
}

#header .m_nav .aside .m_link ul li a {
    display: block;
    height: 58px;
    line-height: 30px;
    padding: 10px;
    color: #333;
    font-size: 14px;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    font-weight: 600;
}

#header .m_nav .aside .m_link ul li:first-child a {
    border-left: none;
}

#header .m_nav .aside .m_link ul li:not(:last-child) a {}

#header .m_nav .aside .m_link ul li a span {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width:1260px) {
    #header {
        height: 90px;
    }

    #header .gnbBg {
        top: 90px;
        height: 175px;
    }

    #header .inner {}

    #header .inner .logo {
        top: 28px;
        left: 20px;
    }

    #header .inner .logo a {
        /* width:180px; */
        /* height:31px; */
        background-size: 180px 31px;
    }

    #header .inner .gnb {
        margin: 0 100px 0 0;
    }

    #header .inner .gnb > ul > li {}

    #header .inner .gnb > ul > li > a {
        height: 90px;
        line-height: 90px;
        font-size: 18px;
    }

    #header .inner .gnb > ul > li > a:before {
        bottom: 30px;
    }

    #header .inner .gnb > ul > li > .depth2 {
        top: 90px;
        height: 170px;
    }

    #header .inner .gnb > ul > li > .depth2 > li > a {
        font-size: 15px;
    }

    #header .inner .util_area {
        top: 26px;
        right: 20px;
    }
}

@media (max-width: 1300px) {
    #header {
        height: 60px;
        position: fixed;
        background: #2b2b2b;
    }

    #header .inner {
        height: 60px;
        padding: 0 20px;
    }

    #header .inner .logo {
        top: 15px;
    }

    #header .inner .logo a {
        width: 161px;
        height: 41px;
        background-size: 100%;
    }

    #header .inner .gnb {
        display: none;
    }

    #header .inner .m_nav {
        display: block;
    }

    #header .inner .util_area {
        display: none;
    }

    #header .bottom {
        display: none;
    }

    #header .inner .center {
        display: none
    }

    #header .inner .top {
        padding: 10px 0;
        margin-top: 0;
        background-color: transparent;
    }

    .maincontent {
        left: calc(50% - 179px);
    }
}

@media (max-width:767px) {
    #header .inner {
        padding: 0 15px;
    }

    #header .inner .logo {
        left: 15px;
    }

    #header .inner .m_nav .btn_menu {
        right: 15px;
    }

    #header .inner .logo a {
        width: 120px
    }
}

/* footer */
#footer {
    background-color: #292929;
}

#footer .inner {
    position: relative;
    max-width: 1390px;
    margin: 0 auto;
    padding: 42px 20px;
}

#footer .rightbox {
    position: relative;
    float: left;
    margin-left: 30px
}

#footer .rightbox .top a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding-right: 9px;
    line-height: 33px;
}

#footer .rightbox .top a:after {
    content: '';
    display: inline-block;
    border-right: 1px solid #555;
    height: 12px;
    margin-right: 2px;
    padding-left: 15px;
}

#footer .rightbox .top a.last:after {
    border-right: 0;
}

#footer p {
    font-size: 14px;
    color: #686868;
    margin-top: 15px;
}

#footer .sns-footer {
    /*
    position: absolute;
    top: 28px;
    right: 0px;
    margin-top: 10px;
*/
}

#footer .sns-footer ul {
    display: inline-block;
    overflow: hidden;
    margin-top: 15px;
}

#footer .sns-footer li {
    width: 39px;
    height: 39px;
    background: #3a3e44;
    border-radius: 50%;
    float: left;
    margin-left: 7px;
}

#footer .sns-footer li:first-child {
    margin-left: 0;
}

#footer .sns-footer li > a {
    text-align: center;
    width: 39px;
    height: 39px;
    background: url(/images/common/snsicon-all.png) no-repeat;
    transition: .3s all;
    font-size: 0;
    display: block;
}

#footer .sns-footer li a:hover {
    background-color: #000;
    border-radius: 50%;
}

#footer .sns-footer li a.bl {
    background-position: -2px -2px;
}

#footer .sns-footer li a.fb {
    background-position: -51px -2px;
}

#footer .sns-footer li a.in {
    background-position: -99px -2px;
}

#footer .sns-footer li a.yu {
    background-position: -147px -2px;
}

#footer .sns-footer li a.wb {
    background-position: -147px -52px;
}

#footer .sns-footer li a.wx {
    background-position: -98px -53px;
}

#footer .sns-footer li a.mf {
    background-position: -51px -51px;
}

#footer .sns-footer .newsletter {
}

#footer .sns-footer .newsletter a {
    display: inline-block;
    padding: 6px 30px;
    background: #ea0262;
    color: #fff;
    border-radius: 3px;
}

#footer .sns-footer .newsletter a:before {
    background: url(/images/sub/icon_newsletter.png) no-repeat;
    padding-left: 30px;
    content: ''
}

#footer select.familysite-1 {
    width: 170px;
    margin-right: 10px;
    border-radius: 3px;
}

#footer select.familysite-1 option:hover {
    color: #333;
}

#footer select.familysite-2 {
    width: 170px;
    border-radius: 3px;
}



@media all and (max-width:640px) {
    #footer .sns-footer {
        position: relative;
        top: inherit;
        right: inherit;
    }

    #footer .sns-footer ul {
        text-align: center;
        margin-top: 10px;
    }

    #footer .sns-footer li {
        display: inline-block;
        float: none;
    }

    #footer .sns-footer .newsletter {
        position: relative;
        top: inherit;
        /* right:inherit; */
        text-align: center;
        margin: 20px 0;
    }
}

@media (max-width:1023px) {
    #footer .inner {
        padding: 35px 20px 30px 20px;
    }

}

@media (max-width:767px) {
    #footer .leftbox {
        text-align: Center;
        margin-bottom: 15px;
    }

    #footer .rightbox {
        margin-left: 0;
        text-align: center
    }

    #footer .inner {
        padding: 30px 15px 25px 15px;
    }

}

/* popup_wrap */
.popup_wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 1201;
}

.popup_wrap .popup_area {
    max-width: 880px;
    margin: 60px auto;
    padding: 0 4%;
}

.popup_wrap .popup_area .popup_cont {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    transform: translateY(0);
    transition: all .3s ease;
}

.popup_wrap.on .popup_area .popup_cont {
    transform: translateY(0);
}

.popup_wrap .popup_area .popup_cont .popup_head {
    padding: 16px 100px 16px 4%;
    background-color: #ad8b43;
}

.popup_wrap .popup_area .popup_cont .popup_head .tit {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
}

.popup_wrap .popup_area .popup_cont .popup_body {
    min-height: 100px;
    padding: 5% 4% 6% 4%;
}

.popup_wrap .popup_area .popup_cont .btn_popup_close {
    position: absolute;
    top: 20px;
    right: 4%;
    display: block;
    width: 35px;
    height: 35px;
    text-indent: -999em;
    border: none;
    background-color: transparent;
    background-image: url('/images/ico/btn_pop_close.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.popup_dim {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    z-index: 1200;
}

.popup_wrap .pop_tit {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}

.popup_wrap .pop_tit label {
    margin: 0;
    font-weight: 500;
}

.popup_wrap input[type=text] {
    width: 100%;
    height: 48px;
    padding: 5px 20px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #c8c8c8;
    outline: 0;
    background-color: #f8f8f8;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all .25s ease;
}

.popup_wrap input[type=text]:focus {
    border: 1px solid #cea754;
    background-color: #fff;
}

.popup_wrap select {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    color: #666;
    font-size: 18px;
    border: 1px solid #c8c8c8;
    background-color: #f8f8f8;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .25s ease;
}

.popup_wrap select:focus {
    border: 1px solid #cea754;
    background-color: #fff;
}

.popup_wrap .form_group {
    margin-top: 25px;
}

.popup_wrap .form_group:first-child {
    margin-top: 0;
}

.popup_wrap .sch_detail_box li {
    margin-top: 10px;
}

.popup_wrap .sch_detail_box li:first-child {
    margin-top: 0;
}

.popup_wrap .sch_detail_box li:after {
    content: "";
    display: block;
    clear: both;
}

.popup_wrap .sch_detail_box li .input_sec {
    float: left;
}

.popup_wrap .sch_detail_box li .input_sec.nth1 {
    width: 15%;
}

.popup_wrap .sch_detail_box li .input_sec.nth2 {
    width: 68%;
    margin: 0 1%;
}

.popup_wrap .sch_detail_box li .input_sec.nth3 {
    width: 15%;
}

.popup_wrap .btn_sch_group {
    margin-top: 35px;
    overflow: hidden;
}

.popup_wrap .btn_sch_group button {
    display: block;
    width: 49%;
    padding: 14px 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    border: none;
    outline: 0;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.popup_wrap .btn_sch_group button span {
    display: inline-block;
    padding: 3px 0 3px 32px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    vertical-align: middle;
}

.popup_wrap .btn_sch_group .btn_sch_reset {
    float: left;
    background-color: #9f9f9f;
}

.popup_wrap .btn_sch_group .btn_sch_reset:hover {
    background-color: #818181;
}

.popup_wrap .btn_sch_group .btn_sch_reset span {
    background-image: url('/images/ico/btn_detail_reset.png');
}

.popup_wrap .btn_sch_group .btn_sch_detail {
    float: right;
    background-color: #94742f;
}

.popup_wrap .btn_sch_group .btn_sch_detail:hover {
    background-color: #7a5e21;
}

.popup_wrap .btn_sch_group .btn_sch_detail span {
    background-image: url('/images/ico/btn_detail_search.png');
}

@media (max-width:1023px) {
    .popup_wrap .popup_area .popup_cont .popup_head .tit {
        font-size: 26px;
    }

    .popup_wrap .popup_area .popup_cont .btn_popup_close {
        width: 30px;
        height: 30px;
        background-image: url('/images/ico/btn_pop_close_mob.png');
        background-size: 30px 30px;
    }

    .popup_wrap .pop_tit {
        font-size: 22px;
    }

    .popup_wrap .btn_sch_group button {
        padding: 12px 10px;
        font-size: 20px;
    }

    .popup_wrap .btn_sch_group .btn_sch_reset span {
        background-image: url('/images/ico/btn_detail_reset_mob.png');
        background-size: 22px auto;
    }

    .popup_wrap .btn_sch_group .btn_sch_detail span {
        background-image: url('/images/ico/btn_detail_search_mob.png');
        background-size: 22px auto;
    }
}

@media (max-width:767px) {
    .popup_wrap .popup_area {
        padding: 0 5%;
    }

    .popup_wrap .popup_area .popup_cont .popup_head {
        padding: 12px 55px 12px 15px;
    }

    .popup_wrap .popup_area .popup_cont .popup_head .tit {
        font-size: 22px;
    }

    .popup_wrap .popup_area .popup_cont .popup_body {
        padding: 20px 15px 25px 15px;
    }

    .popup_wrap .popup_area .popup_cont .btn_popup_close {
        top: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
    }

    .popup_wrap .pop_tit {
        font-size: 18px;
    }

    .popup_wrap input[type=text] {
        height: 42px;
        padding: 5px 10px;
        font-size: 16px;
    }

    .popup_wrap select {
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
        font-size: 16px;
    }

    .popup_wrap .form_group {
        margin-top: 18px;
    }

    .popup_wrap .sch_detail_box li .input_sec.nth1 {
        width: 20%;
    }

    .popup_wrap .sch_detail_box li .input_sec.nth2 {
        width: 58%;
        margin: 0 1%;
    }

    .popup_wrap .sch_detail_box li .input_sec.nth3 {
        width: 20%;
    }

    .popup_wrap .btn_sch_group {
        margin-top: 25px;
    }

    .popup_wrap .btn_sch_group button {
        width: 48%;
        padding: 8px 10px;
        font-size: 16px;
    }

    .popup_wrap .btn_sch_group button span {
        padding: 3px 0 3px 24px;
    }

    .popup_wrap .btn_sch_group .btn_sch_reset span {
        background-size: 18px auto;
    }

    .popup_wrap .btn_sch_group .btn_sch_detail span {
        background-size: 18px auto;
    }
}

@media (max-width:480px) {
    .popup_wrap .sch_detail_box li {
        margin-top: 18px;
    }

    .popup_wrap .sch_detail_box li .input_sec {
        float: none;
    }

    .popup_wrap .sch_detail_box li .input_sec.nth1 {
        width: auto;
    }

    .popup_wrap .sch_detail_box li .input_sec.nth2 {
        width: auto;
        margin: 7px 0;
    }

    .popup_wrap .sch_detail_box li .input_sec.nth3 {
        width: auto;
        margin-top: 7px;
    }
}

/* multiple_select_box */
.multiple_select_box .select2-container {
    width: 100% !important;
}

.multiple_select_box .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.multiple_select_box .select2-container--default .select2-selection--multiple {
    min-height: 48px;
    margin: 0;
    padding: 5px 20px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #c8c8c8;
    border-radius: 0;
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all .25s ease;
}

.multiple_select_box .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #cea754;
    outline: inherit;
    background-color: #fff;
}

.multiple_select_box .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-container {
    z-index: 1300;
}

.select2-container--default .select2-results__group {
    padding: 10px 20px !important;
    font-size: 17px;
    font-weight: 500;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #816322;
    background-color: #f4ebd7 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb !important;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding: 8px 25px !important;
    font-size: 15px;
    font-weight: 400;
}

.select2-results {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.select2-results__message {
    padding: 10px 20px !important;
}

@media (max-width:767px) {
    .multiple_select_box .select2-container--default .select2-selection--multiple {
        min-height: 42px;
        padding: 5px 10px;
        font-size: 16px;
    }

    .multiple_select_box .select2-container .select2-search--inline .select2-search__field {
        margin-top: 2px !important;
    }

    .multiple_select_box .select2-container--default .select2-selection--multiple .select2-selection__choice {
        font-size: 14px;
    }

    .select2-container--default .select2-results__group {
        padding: 8px 15px !important;
        font-size: 15px;
    }

    .select2-container--default .select2-results__option .select2-results__option {
        padding: 6px 20px !important;
        font-size: 14px;
    }

    .select2-container--default .select2-results > .select2-results__options {
        max-height: 150px !important;
    }
}

/* error_page */
#error_page {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

#error_page .error_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#error_page .error_inner .error_cont {
    max-width: 680px;
    margin: 0 auto 2% auto;
    padding: 60px 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#error_page .error_inner .error_cont .top_tit {
    margin: 0;
    padding: 180px 0 0 0;
    color: #525252;
    font-size: 28px;
    line-height: 150%;
    font-weight: bold;
    text-align: center;
    background-image: url('/images/ico/ico_error.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#error_page .error_inner .error_cont .top_tit strong {
    display: block;
    margin: 0 0 5px 0;
    color: #e24c4b;
    font-size: 38px;
}

#error_page .error_inner .error_cont .btm_txt {
    position: relative;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    color: #777;
    font-size: 18px;
    line-height: 160%;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #d0d0d0;
}

#error_page .error_inner .error_cont .btn_error_box {
    margin: 40px 0 0 0;
    padding: 0;
    font-size: 0;
    text-align: center;
}

#error_page .error_inner .error_cont .btn_error_box li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

#error_page .error_inner .error_cont .btn_error_box li .btn_error {
    display: inline-block;
    padding: 12px 30px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #ddd;
    background-color: #fff;
    vertical-align: middle;
    -webkit-transition: background 0.2s ease-out, border 0.2s ease-out;
    transition: background 0.2s ease, border 0.2s ease-out;
    font-family: '돋움', Dotum, Tahoma, Geneva, sans-serif;
}

#error_page .error_inner .error_cont .btn_error_box li .btn_error:hover {
    text-decoration: none;
    background-color: #f9f9f9;
}

#error_page .error_inner .error_cont .btn_error_box li .btn_error.gray {
    color: #fff;
    border: 1px solid #484848;
    background-color: #484848;
}

#error_page .error_inner .error_cont .btn_error_box li .btn_error.gray:hover {
    border: 1px solid #3a3a3a;
    background-color: #3a3a3a;
}

#error_page .error_inner .error_cont .btn_error_box li .btn_error.blue {
    color: #fff;
    border: 1px solid #1196d8;
    background-color: #1196d8;
}

#error_page .error_inner .error_cont .btn_error_box li .btn_error.blue:hover {
    border: 1px solid #0e82bb;
    background-color: #0e82bb;
}

@media (max-width:767px) {
    #error_page .error_inner .error_cont {
        max-width: 520px;
        padding: 40px 15px;
    }

    #error_page .error_inner .error_cont .top_tit {
        padding: 110px 0 0 0;
        font-size: 18px;
        letter-spacing: -0.5px;
        background-size: 100px auto;
    }

    #error_page .error_inner .error_cont .top_tit strong {
        font-size: 25px;
    }

    #error_page .error_inner .error_cont .btm_txt {
        font-size: 14px;
        line-height: 150%;
    }

    #error_page .error_inner .error_cont .btn_error_box {
        margin: 30px 0 0 0;
    }

    #error_page .error_inner .error_cont .btn_error_box li {
        margin: 0 5px;
    }

    #error_page .error_inner .error_cont .btn_error_box li .btn_error {
        padding: 10px 12px;
        font-size: 13px;
        letter-spacing: -0.5px;
    }
}

@media print {
    .popup_wrap {
        position: static !important;
    }

    .popup_wrap .popup_area {
        margin: 0 !important;
    }

    .result_info_top .thum_box li {
        width: 50% !important;
    }

    .result_info_top .thum_box .bx-viewport {
        height: auto !important;
    }

    .result_info_top .thum_box .info_top_slider {
        width: 100% !important;
    }

    .result_info_top .thum_box .img {
        margin: 0 5px 10px 5px !important;
    }

    .result_info_top .thum_box .bx-controls-direction a {
        display: none !important;
    }

    .btn_zoom {
        display: none !important;
    }

    .result_info_top .info_data .btn_list {
        display: none !important;
    }

    .result_info_top .info_data .keyword_list a {
        color: #ac8b43 !important;
    }

    .result_info_tbl {
        display: table !important;
        width: 100% !important;
        margin: 20px 0 0 0 !important;
        border-left: 1px solid #dbdbdb !important;
    }

    .result_info_tbl .tbl_row {
        display: table-row !important;
    }

    .result_info_tbl .tbl_row .tbl_cell {
        display: table-cell !important;
        width: 50% !important;
    }

    .result_info_tbl .tbl_row .tbl_cell dl dt {
        width: 95px !important;
        padding: 10px 10px !important;
        border-right: 1px solid #dbdbdb !important;
    }

    .result_info_tbl .tbl_row .tbl_cell dl dd {
        width: 65% !important;
        padding: 10px 10px !important;
        border-right: 1px solid #dbdbdb !important;
    }

    .related_data_wrap .bx-controls-direction {
        display: none !important;
    }

    .related_data_area .bx-viewport {
        height: auto !important;
    }

    .related_data_area .result_related_data_slider {
        width: 100% !important;
    }

    .related_data_wrap.result {
        margin: 20px 0 0 0 !important;
    }

    .related_data_wrap.result .related_data_area li {
        width: 33.32% !important;
        margin: 0 !important;
    }

    .related_data_wrap .sec_box {
        margin: 0 5px 10px 5px !important;
    }
}

/* layer_popup_wrap */
.layer_popup_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.layer_popup_wrap:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: .6;
}

.layer_popup_wrap .layer_popup_box {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -320px 0 0 -400px !important;
    border-radius: 20px;
    background-color: transparent !important;
    overflow: hidden;
    z-index: 1;
}

.layer_popup_wrap .layer_popup_box iframe {
    width: 100% !important;
}

.layer_popup_area {
    position: relative;
    padding: 5% 5% 5% 5%;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.layer_popup_area .layer_popup_head {
    position: relative;
    padding: 0 50px 10px 0;
    border-bottom: 1px solid #333;
    background-color: #fff;
}

.layer_popup_area .layer_popup_head .tit {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.layer_popup_area .layer_popup_head .btn_top_close {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 31px;
    height: 31px;
    text-indent: -999em;
    border: none;
    outline: 0;
    background-color: #fff;
    background-image: url('/images/ico/btn_layer_close.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

.layer_popup_area .layer_popup_body {
    max-height: 400px;
    min-height: 400px;
    padding: 6% 4%;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.layer_popup_area .layer_popup_body img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

.layer_popup_area .layer_popup_foot {
    position: relative;
    margin-top: 15px;
    text-align: right;
    background-color: #fff;
    overflow: hidden;
}

.layer_popup_area .layer_popup_foot .btn_check {
    position: relative;
    display: inline-block;
    margin: 2px 20px 0 0;
    vertical-align: middle;
}

.layer_popup_area .layer_popup_foot .btn_check input[type='checkbox'] {
    display: none;
}

.layer_popup_area .layer_popup_foot .btn_check input[type='checkbox'] + label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 26px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.layer_popup_area .layer_popup_foot .btn_check input[type='checkbox'] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin: -8px 0 0 0;
    background-image: url('/images/ico/form_chk_off.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.layer_popup_area .layer_popup_foot .btn_check input[type='checkbox']:checked + label::before {
    background-image: url('/images/ico/form_chk_on.png');
}

.layer_popup_area .layer_popup_foot .btn_close {
    display: inline-block;
    padding: 1px 10px 2px 10px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    background-color: transparent;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.layer_popup_area .layer_popup_foot .btn_close:hover {
    background-color: #f1f1f1;
}

@media (max-width:767px) {
    .layer_popup_wrap .layer_popup_box {
        width: 300px !important;
        height: 420px !important;
        top: 80px !important;
        margin: 0 0 0 -150px !important;
        border-radius: 10px;
    }

    .layer_popup_area {
        padding: 6% 5% 6% 5%;
        border-radius: 10px;
    }

    .layer_popup_area .layer_popup_head {
        padding: 0 30px 10px 0;
    }

    .layer_popup_area .layer_popup_head .tit {
        font-size: 16px !important;
    }

    .layer_popup_area .layer_popup_head .btn_top_close {
        top: 3px;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }

    .layer_popup_area .layer_popup_body {
        max-height: 280px;
        min-height: 280px;
        font-size: 14px !important;
    }

    .layer_popup_area .layer_popup_body p {
        font-size: 14px !important;
    }

    .layer_popup_area .layer_popup_foot .btn_check {
        margin: 0 15px 0 0;
    }

    .layer_popup_area .layer_popup_foot .btn_check input[type='checkbox'] + label {
        padding: 0 0 0 22px;
        font-size: 13px;
    }

    .layer_popup_area .layer_popup_foot .btn_check input[type='checkbox'] + label::before {
        width: 16px;
        height: 16px;
        margin: -8px 0 0 0;
        background-image: url('/images/ico/form_chk_off02.png');
        background-size: 16px 16px;
    }

    .layer_popup_area .layer_popup_foot .btn_check input[type='checkbox']:checked + label::before {
        background-image: url('/images/ico/form_chk_on02.png');
        background-size: 16px 16px;
    }

    .layer_popup_area .layer_popup_foot .btn_close {
        padding: 1px 8px 1px 8px;
        font-size: 13px;
    }
}

/* go-top */
.go_top {
    position: fixed;
    bottom: 60px;
    left: auto;
    right: 40px;
    width: 63px;
    height: 63px;
    text-indent: -999em;
    background: url('/images/ico/ico_gotop.png') no-repeat;
    overflow: hidden;
    z-index: 1001;
}

@media (max-width:767px) {
    .go_top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
}


/* btn */
.btnW {
    display: block;
    overflow: hidden;
    padding: 20px 0;
}

.btnW a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    /* border:1px solid black; */
    border-radius: 5px;
    text-align: center;
}

.btnW a.blue {
    background: #236bb2;
    border: 1px solid #236bb2;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.btnW a.blue:hover {
    background: #fff;
    border: 1px solid #236bb2;
    color: #236bb2;
}

.btnW a.blue.big {
    width: 200px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
}

.btnW a.red {
    background-color: #fe3e53;
    color: white;
}

.btnW a.darkblue {
    background-color: #236bb2;
    color: white
}

.btnW a.gray {
    background-color: #545b65;
    color: white;
}

input[type=button].gray {
    background-color: #545b65;
    color: white;
    padding: 5px 10px;
    border: 0;
}

.btn {
    display: inline-block !important;
}

.btn.small {
    font-size: 12px;
    border: 1px solid #3a4571;
    /*    padding: 10px 15px;*/
}

.btn.small:hover {
    background: #3a4571;
    color: #fff;
}

.ui-datepicker-trigger {
    background: url(/images/common/icon_cal.gif)no-repeat center center;
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    margin-left: -1px;
}

/* btn */
.button_blue input,
.button_blue {
    display: inline-block;
    padding: 1px 28px;
    background-color: #1b61b4;
    text-align: center;
    margin: 10px 0px;
    border-radius: 2px;
    color: #fff;
}


.button_blue a {
    color: #fff;
    min-width: 100px;
    display: inline-block;
    text-indent: 0;
    font-size: 18px;
    margin: 10px 5px;
    font-weight: 500;
}

.button_blue1 input,
.button_blue1 {
    display: inline-block;
    padding: 1px 28px;
    background-color: #064287;
    border: 1px solid #0e509c;
    text-align: center;
    margin: 10px 0px;
    border-radius: 0px;
}

.button_blue1 a {
    color: #fff;
    min-width: 100px;
    display: inline-block;
    font-weight: 400;
    text-indent: 0;
    font-size: 18px;
    margin: 10px 5px;
}

.button_red input,
.button_red {
    display: inline-block;
    padding: 1px 28px;
    background-color: #ea2626;
    text-align: center;
    margin: 10px 0px;
    border-radius: 0px;
}

.button_red a {
    color: #fff;
    min-width: 100px;
    display: inline-block;
    font-weight: 400;
    text-indent: 0;
    font-size: 18px;
    margin: 10px 5px;
}

.button_gray input,
.button_gray {
    display: inline-block;
    padding: 1px 28px;
    background-color: #cbcbcb;
    text-align: center;
    margin: 10px 5px;
    border-radius: 2px;
}

.button_black {
    display: inline-block;
    background-color: #000;
    text-align: center;
    border-radius: 2px;
    color: #fff;
}

.button_white {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 2px;
}

.button_gray a {
    color: #3b3b3b;
    min-width: 100px;
    display: inline-block;
    text-indent: 0;
    font-size: 18px;
    margin: 10px 5px;
    font-weight: 500;
}

.btn {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    text-decoration: none !important;
    border: 0;
    white-space: nowrap;
    vertical-align: middle;
    overflow: visible;
    font-weight: 500;
}

.btn.blue a {
    font-weight: bold;
    margin: 0px 1px;
    padding: 7px 13px;
    color: #fff;
    background-color: #1b61b4;
    border-radius: 1px;
}

.btn.blue1 a {
    font-weight: bold;
    margin: 0px 1px;
    padding: 2px 3px;
    color: #fff;
    background-color: #153f7b;
    border-radius: 1px;
}

.btn.gray a {
    font-weight: bold;
    border: 0px solid #494949;
    margin: 5px 1px;
    padding: 5px 13px;
    color: #fff;
    background-color: #585858;
    border-radius: 3px;
}

.btn.gray1 a {
    font-weight: 500;
    border: 0px solid #494949;
    margin: 5px 1px;
    padding: 5px 10px;
    color: #fff;
    background-color: #585858;
    border-radius: 0px;
}

.btn.blueLine a {
    font-weight: bold;
    border: 1px solid #82a6da;
    margin: 5px 1px;
    padding: 5px 13px;
    color: #2d6bb6;
    background-color: #dee7f6;
    border-radius: 5px;
}

.btn.white a {
    font-weight: bold;
    border: 1px solid #ddd;
    margin: 5px 1px;
    padding: 3px 5px;
    color: #333;
    background-color: #fff;
    border-radius: 2px;
}

.btn.red a {
    font-weight: bold;
    margin: 5px 1px;
    padding: 3px 5px;
    color: #fff;
    background-color: #ea2626;
    border-radius: 2px;
}

.btn.sky a {
    font-weight: bold;
    margin: 5px 1px;
    padding: 3px 5px;
    color: #fff;
    background-color: #81b2dc;
    border-radius: 2px;
}

.btn.orange a {
    font-weight: bold;
    margin: 5px 1px;
    padding: 4px 15px;
    color: #fff;
    background-color: #eb7515;
    border-radius: 15px;
    font-size: 14px;
}

.btn.orange1 a {
    font-weight: bold;
    margin: 5px 1px;
    padding: 5px 13px;
    color: #fff;
    background-color: #eb7515;
    border-radius: 3px;
}

/* 미디어쿼리 */
@media all and (max-width:460px) {

    #footer select.familysite-1,
    #footer select.familysite-2 {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    #footer select.familysite-1 {
        margin-right: inherit;
        margin-bottom: 7px;
    }
}
