@charset "utf-8";

/* 공통 */
body.gnb #header {
    left: -250px;
}
body.gnb .trans #header {
    left: 0;
}
body.gnb.fixhd .trans #header {
    left: -250px;
}

.trans #visual {
    position: relative;
}
.trans #visual::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    content: "";
}
.trans ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.trans :-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.trans ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.trans :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}
.trans ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}
.trans ::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.trans #header h1 a {
    background-image: url(../_img/logo_white.png);
}

.divide {
    overflow: hidden;
}
.divide .left {
    float: left;
    width: 65.8%;
}
.divide .side {
    overflow: hidden;
    padding-left: 2.6%;
}
.divide .side .item + .item {
    margin-top: 34px;
}
.divide .side .tit_side {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
}
.divide .side .tit_side strong {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
}
.divide .side .list_side li + li {
    margin-top: 20px;
}
.divide .side .list_side a {
    display: block;
}
.divide .side .list_side .info_thumb {
    opacity: 0;
    transition: 0.2s;
}

@media (min-width: 780px) {
    .divide .side .list_side {
        padding-right: 12px;
    }
    .divide .side .list_side li,
    .divide .side .list_side li a {
        transition: 0.3s;
    }
    .divide .side .list_side li:hover {
        padding-bottom: 5px;
    }
    .divide .side .list_side li a:hover {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
        margin-top: -5px;
    }
    .divide .side .list_side li:hover .info_thumb {
        display: block;
        opacity: 1;
    }
}

@media (max-width: 780px) {
    .divide {
        padding: 0;
    }
    .divide .left {
        float: none;
        width: auto;
        margin: 0;
    }
    .divide .side {
        margin-top: 30px;
        padding: 30px 18px 0;
        border-top: 1px solid #aaa;
    }
    .wfix .divide .side {
        padding: 30px 0 0;
    }
    .divide .side .list_side {
        overflow: hidden;
    }
    .divide .side .list_side li {
        float: left;
        width: calc(50% - 8px);
        margin-right: 16px;
    }
    .divide .side .list_side li + li {
        margin-top: 0;
    }
    .divide .side .list_side li {
        width: calc(50% - 8px);
        margin-right: 16px;
    }
    .divide .side .list_side li:nth-child(even) {
        margin-right: 0;
    }
    .divide .side .list_side li:nth-child(n + 3) {
        margin-top: 16px;
    }
}

.details > .wfix > .thumb {
    position: relative;
}

.details > .wfix > .thumb img {
    width: 100%;
}
.details > .wfix > .thumb span {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #fff;
    z-index: 9;
    font-size: 12px;
    line-height: 22px;
}
.details > .wfix > .thumb span::before {
    width: 16px;
    height: 12px;
    margin: 3px 4px 0 0;
    background-position: -75px -70px;
    content: "";
}
.details .hd_details {
    padding: 36px 0 26px;
    font-size: 0;
    border-bottom: 1px solid #ccc;
}
.details .hd_details .tit_detail {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-right: 250px;
}
.details .hd_details .tit_detail .tit {
    display: block;
    max-width: 460px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.details .hd_details .tit_detail .tit + span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.details .hd_details .tit_detail .qrcode {
    position: absolute;
    top: -20px;
    right: -35px;
    width: 100px;
    height: 100px;
}
.details .hd_details .etc {
    float: right;
    text-align: right;
}
.details .hd_details .list_btns li {
    display: inline-block;
    vertical-align: top;
}
.details .hd_details .list_btns li + li {
    margin-left: 22px;
}
.details .hd_details .list_btns a,
.details .hd_details .list_btns .chkLike + label {
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    cursor: pointer;
}
.details .hd_details .list_btns .chkLike {
    display: none;
}
.details .hd_details .list_btns i {
    background-color: #005e86;
}
.details .hd_details .list_btns input:checked + label i {
    background-position: -120px -80px;
    background-color: #fff;
}
.details .hd_details .list_btns i.embed {
    width: 19px;
    height: 13px;
    margin-top: 6px;
    background-position: 0px -80px;
}
.details .hd_details .list_btns i.download {
    width: 11px;
    height: 14px;
    margin-top: 6px;
    background-position: -20px -80px;
}
.details .hd_details .list_btns i.like {
    width: 16px;
    height: 14px;
    margin-top: 6px;
    background-position: -40px -80px;
}
.details .hd_details .list_btns i.share {
    width: 14px;
    height: 13px;
    margin-top: 6px;
    background-position: -60px -80px;
}
.details .hd_details .info {
    display: inline-block;
    margin-top: 18px;
}
.details .hd_details .info dl,
.details .hd_details .info dt,
.details .hd_details .info dd {
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
}
.details .hd_details .info dl + dl {
    margin-left: 15px;
}
.details .hd_details .info dt {
    margin-right: 3px;
}
.details .hd_details .info dd {
    font-size: 12px;
    color: #999;
}
.details .hd_details .info dt.view {
    width: 15px;
    height: 7px;
    margin-top: 2px;
    background-position: -95px -55px;
}
.details .hd_details .info dt.cmt {
    width: 11px;
    height: 11px;
    margin-top: 1px;
    background-position: -95px -65px;
}
.details .hd_details .info dt.like {
    width: 11px;
    height: 10px;
    margin-top: 1px;
    background-position: -95px -80px;
}
.details .profile {
    padding: 37px 0;
    font-size: 0;
}
.details .profile * {
    display: inline-block;
    vertical-align: top;
}
.details .profile .num {
    display: block;
}
.details .profile .thumb {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 18px;
}
.details .profile .name {
    margin-right: 40px;
}
.details .profile .name strong {
    display: block;
    padding-top: 2px;
    font-size: 15px;
    color: #333;
    line-height: 1.2;
    font-weight: bold;
}
.details .profile .name span {
    display: block;
    font-size: 12px;
    color: #666;
}
.details .profile .btn {
    width: 86px;
    line-height: 30px;
    height: 29px;
    font-size: 14px;
    margin-top: 5px;
}
.details .profile .fr {
    text-align: right;
    margin-top: 6px;
}

.details .tab_comm {
    margin-top: 36px;
}
.details .cont_tab .item .info {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}
.details .cont_tab .item .info dl,
.details .cont_tab .item .info dt,
.details .cont_tab .item .info dd {
    display: inline-block;
    vertical-align: top;
}
.details .cont_tab .item .info dt,
.details .cont_tab .item .info dd {
    font-size: 12px;
}
.details .cont_tab .item .info dt {
    color: #666;
}
.details .cont_tab .item .info dd {
    color: #999;
}
.details .cont_tab .item .info dl:nth-child(n + 3) {
    margin-top: 18px;
}
.details .cont_tab .item1 .info dl,
.details .cont_tab .item1 .info dt,
.details .cont_tab .item1 .info dd {
    width: 50%;
}
.details .cont_tab .item1 .wrap_desc {
    padding: 50px 0 45px;
    border-bottom: 1px solid #ccc;
}
.details .cont_tab .item1 .wrap_desc .desc {
    font-size: 12px;
    color: #666;
}
.details .cont_tab .item1 .wrap_desc .wrap_btn {
    margin-top: 70px;
    text-align: right;
}
.details .cont_tab .item1 .btn + .btn {
    margin-left: 30px;
}
.details .write_cmt {
    padding: 48px 0 40px;
    border-bottom: 1px solid #ccc;
}
.details .write_cmt .thumb {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 30px;
}
.details .write_cmt .wrap_inp {
    overflow: hidden;
}
.details .write_cmt .inp {
    display: block;
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px;
}
.details .write_cmt .wrap_btn {
    margin-top: 20px;
    text-align: right;
}
.details .wrap_cmt {
    padding-top: 46px;
}
.details .wrap_cmt .total {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.details .list_cmt li {
    padding: 35px 0 38px;
}
.details .list_cmt li + li {
    padding-top: 46px;
    border-top: 1px solid #ccc;
}
.details .list_cmt .thumb {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 30px;
}
.details .list_cmt .cont {
    overflow: hidden;
    padding-top: 12px;
}
.details .list_cmt .hd_cmt {
    line-height: 20px;
}
.details .list_cmt .writer {
    font-size: 14px;
    font-weight: bold;
}
.details .list_cmt .time {
    float: right;
    color: #999;
}
.details .list_cmt .cmt {
    padding-top: 20px;
    line-height: 24px;
}
.details .list_cmt .ft_cmt {
    margin-top: 26px;
    text-align: right;
    color: #999;
}
.details .list_cmt .ft_cmt .ico_bfr {
    display: inline-block;
    line-height: 17px;
}
.details .list_cmt .ft_cmt .ico_bfr::before {
    width: 13px;
    height: 11px;
    margin: 1px 5px 0 0;
    background-position: -80px -95px;
    content: "";
}
.details .cont_tab .item2 .info dl {
    width: 50%;
    line-height: 19px;
}
.details .cont_tab .item2 .info dt {
    width: 100px;
    padding-left: 14px;
}
.details .cont_tab .item2 .info dt::before {
    margin-right: 12px;
    content: "";
}
.details .cont_tab .item2 .info dt.source::before {
    width: 15px;
    height: 19px;
    margin-left: 1px;
    margin-top: 0px;
    background-position: 0px -135px;
}
.details .cont_tab .item2 .info dt.animation::before {
    width: 17px;
    height: 16px;
    margin-top: 1px;
    background-position: -20px -135px;
}
.details .cont_tab .item2 .info dt.vertex::before {
    width: 15px;
    height: 16px;
    margin-left: 1px;
    margin-top: 1px;
    background-position: -40px -135px;
}
.details .cont_tab .item2 .info dt.triangle::before {
    width: 17px;
    height: 15px;
    margin-top: 2px;
    background-position: -60px -135px;
}
.details .cont_tab .item2 .list_file {
    margin-top: 36px;
}
.details .cont_tab .item2 .list_file ul {
    overflow: hidden;
}
.details .cont_tab .item2 .list_file li {
    width: calc(23% - 12px);
    margin-right: 10px;
    display: inline-block;
}
.details .cont_tab .item2 .list_file li:nth-child(4n) {
    margin-right: 0;
}
.details .cont_tab .item2 .list_file li:nth-child(n + 5) {
    margin-top: 16px;
}

@media (min-width: 780px) {
    .details .hd_details .list_btns a:hover i {
        background-color: #bbb;
    }
}

@media (max-width: 1170px) {
    .details .hd_details .tit_detail {
        display: block;
        padding-right: 80px;
    }
    .details .hd_details .tit_detail .tit {
        max-width: none;
    }
    .details .profile {
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
    .details .profile .link {
        width: calc(100% - 125px);
    }
    .details .profile .thumb {
        float: left;
    }
    .details .profile .name {
        display: block;
        overflow: hidden;
        margin-right: 0;
    }
    .details .profile .fr {
        display: block;
        float: none;
        margin-top: 16px;
        padding: 12px 0;
        text-align: center;
    }
    .details .profile .fr ul {
        display: block;
    }
    .details .profile .btn {
        float: right;
        width: 60px;
        font-size: 12px;
    }
    .details .hd_details .etc {
        float: none;
        text-align: left;
        margin-top: 10px;
    }
    .details .cont_tab .item2 {
        padding-bottom: 80px;
    }
    .details .cont_tab .item2 .info dl:nth-child(odd) {
        width: 65%;
    }
    .details .cont_tab .item2 .info dl:nth-child(even) {
        width: 35%;
    }
}

@media (max-width: 780px) {
    .details {
        float: none;
        width: auto;
        margin: 0;
    }
    .details .cont_tab .item1 .wrap_desc {
        padding: 20px 0;
    }
    .details .cont_tab .item1 .wrap_desc .wrap_btn {
        margin-top: 20px;
    }
    .details > .wfix > .thumb span {
        top: 14px;
        left: 14px;
    }
    .details .hd_details,
    .details .profile {
        padding: 20px 0;
    }
    .details .profile .info,
    .details .profile .list_info {
        display: block;
    }
    .details .profile .fr li {
        width: auto;
        min-width: calc(20% - 7px);
    }
    .details .hd_details .tit_detail .tit {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .details .hd_details .tit_detail .qrcode {
        width: 100px;
        top: 35px;
        right: 0;
    }
    .details .write_cmt {
        padding: 20px 0;
    }
    .details .wrap_cmt {
        padding-top: 20px;
    }
    .details .list_cmt li {
        padding: 20px 0 !important;
    }
    .details .list_cmt .thumb {
        margin-right: 12px;
    }
    .details .list_cmt .cont {
        overflow: visible;
    }
    .details .list_cmt .ft_cmt {
        margin-top: 12px;
    }
    .details .cont_tab .item .info {
        padding: 20px 0;
    }
    .details .cont_tab .item1 .info dl:nth-child(n + 3) {
        margin: 0;
    }
    .details .cont_tab .item1 .info dl {
        display: block;
        width: auto;
        min-width: 50%;
        margin: 5px 0 !important;
    }
    .details .cont_tab .item1 .info dt {
        width: auto;
        margin-right: 12px;
    }
    .details .cont_tab .item1 .info dd {
        width: auto;
    }
    .details .cont_tab .item2 .info dl + dl {
        margin-top: 20px;
    }
    .details .cont_tab .item1 .btn + .btn {
        margin-left: 12px;
    }
    .details .cont_tab .item2 {
        padding-bottom: 20px;
    }
    .details .cont_tab .item2 .info dl {
        display: block;
        width: auto;
    }
    .details .cont_tab .item2 .info dt,
    .details .cont_tab .item2 .info dd {
        display: block;
        width: auto;
    }
    .details .cont_tab .item2 .info dd {
        padding-left: 43px;
    }
    .details .cont_tab .item2 .info dl:nth-child(odd) {
        width: auto;
    }
    .details .cont_tab .item2 .list_file {
        margin-top: 20px;
    }
    .details .cont_tab .item2 .list_file li {
        width: calc(50% - 8px);
        margin-right: 16px;
    }
    .details .cont_tab .item2 .list_file li:nth-child(even) {
        margin-right: 0;
    }
    .details .cont_tab .item2 .list_file li:nth-child(n + 3) {
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .details .profile .thumb {
        margin-right: 10px;
    }
    .details .profile .link {
        width: calc(100% - 80px);
    }
    .details .profile .btn {
        width: 60px;
        min-width: 0;
        padding: 0 5px;
    }
    .details .cont_tab .item2 .list_file li {
        width: calc(50% - 8px);
        margin-right: 16px;
    }
    .details .cont_tab .item2 .list_file li:nth-child(n + 3) {
        margin-top: 10px;
    }
}

#contents.vhd_type1 {
    padding-top: 0;
}
.vhd_type1 #visual {
    height: 320px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.vhd_type1 .wfix.hd {
    position: relative;
    margin-top: -80px;
}
.vhd_type1 .hd .inner {
    padding: 34px 40px 46px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.vhd_type1 .hd .tit_comm {
    position: relative;
}
.vhd_type1 .hd .link_share {
    position: absolute;
    top: 8px;
    right: 0;
    width: 26px;
    height: 26px;
    text-align: center;
}
.vhd_type1 .hd .link_share .ico_comm {
    width: 14px;
    height: 13px;
    margin-top: 6px;
    background-position: -60px -80px;
}
.vhd_type1 .hd .info {
    margin-top: 16px;
    font-size: 0;
    color: #999;
}
.vhd_type1 .hd .info dl {
    display: inline-block;
    vertical-align: top;
}
.vhd_type1 .hd .info dl:first-child {
    min-width: 360px;
}
.vhd_type1 .hd .info dl:last-child {
    float: right;
}
.vhd_type1 .hd .info dd {
    font-size: 14px;
}
.vhd_type1 .tab_comm {
    margin-top: 50px;
}
.vhd_type1 .cont_tab > .item {
    padding-top: 30px;
}
.vhd_type1 .hd_list {
    margin-bottom: 30px;
}
.vhd_type2 #visual {
    height: 420px;
    padding-top: 60px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.vhd_type2 #visual .inner {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 14px;
    color: #fff;
    padding-top: 96px;
}
.vhd_type2 #visual strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.vhd_type2 #visual strong::after {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 10px 0 0 2px;
    content: "";
}
.vhd_type2 #visual .desc {
    display: block;
    margin-top: 18px;
    font-size: 17px;
    line-height: 24px;
}

@media (max-width: 780px) {
    .vhd_type1 #visual {
        height: 200px;
    }
    .vhd_type1 .hd .inner {
        padding: 20px;
        border-bottom: none;
    }
    .vhd_type1 .hd .info dl:first-child {
        display: block;
        min-width: 0;
    }
    .vhd_type1 .hd .info dd {
        font-size: 12px;
    }
    .vhd_type1 .tab_comm {
        margin-top: 20px;
    }
    .vhd_type1 .hd_list {
        margin: 0px 0 10px;
    }
    .vhd_type1 .hd .info dl:last-child {
        display: block;
        float: none;
    }
    .vhd_type2 #visual {
        display: table;
        width: 100%;
        height: 200px;
        padding: 0;
    }
    .vhd_type2 #visual .inner {
        display: table-cell;
        padding: 65px 0 0 0;
        vertical-align: top;
        text-align: center;
    }
    .vhd_type2 #visual strong {
        font-size: 20px;
    }
    .vhd_type2 #visual strong::after {
        margin: 5px auto 0;
    }
    .vhd_type2 #visual .desc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.6;
    }
}
/* 3d 컨텐츠 */
.list_3d .hd_list {
    margin: 16px 0 42px;
}

.wrap_upload {
    margin-top: 37px;
}
.wrap_upload .item {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #fafafa;
}
.wrap_upload .hd_upload {
    padding: 17px 28px;
    border-bottom: 1px solid #ebebeb;
}
.wrap_upload .hd_upload .tit {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.wrap_upload .cont_upload {
    padding: 30px;
}
.wrap_upload .area_drag {
    border: 1px dashed #ddd;
    border-radius: 5px;
    padding: 10px 0 10px;
    text-align: center;
}
.wrap_upload .area_drag i {
    width: 23px;
    height: 30px;
    background-position: 0px -100px;
}
.wrap_upload .area_drag p {
    margin-top: 18px;
    color: #aaa;
}
.wrap_upload .list_file {
    margin-top: 30px;
    overflow: hidden;
    margin-left: -2.4%;
}
.wrap_upload .list_file li {
    position: relative;
    float: left;
    width: calc(25% - 2.4%);
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0 10px 2.4%;
}
.wrap_upload .list_file .del {
    position: absolute;
    top: 5px;
    right: 5px;
}
.wrap_upload .list_file .del i {
    width: 20px;
    height: 20px;
    background-position: -25px -100px;
}
.wrap_upload .item dt {
    margin-bottom: 2px;
    font-weight: bold;
}
.wrap_upload .item .inp {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    padding: 20px 18px;
}
.wrap_upload .item .inp[type="text"] {
    height: 40px;
}
.wrap_upload .item textarea.inp {
    height: 200px;
}
.wrap_upload .item2 {
	margin-top: 30px;
    font-size: 0;
}
.wrap_upload .item2 dl {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
}
.wrap_upload .item2 dl:nth-child(even) {
    margin-left: 30px;
}
.wrap_upload .item2 dl:nth-child(n + 3) {
    margin-top: 30px;
}
.wrap_upload .item2 dt,
.wrap_upload .item2 .inp,
.wrap_upload .item2 .slt,
.wrap_upload .item2 .ui-selectmenu-button {
    font-size: 12px;
}
.wrap_upload .item2 .slt,
.wrap_upload .item2 .ui-selectmenu-button {
    width: calc(50% - 10px);
}
.wrap_upload .item2 .slt + .slt,
.wrap_upload .item2 .ui-selectmenu-button + .slt + .ui-selectmenu-button {
    margin-left: 20px;
}
.wrap_upload .refer {
    padding: 24px 0 0 300;
    font-size: 14px;
    font-weight: bold;
}
.wrap_upload .btn_bold {
    margin-top: 50px;
    width: 270px;
    line-height: 38px;
}

@media (max-width: 780px) {
    .list_3d .hd_list {
        margin: 16px 0 15px;
    }
    .wrap_upload .list_file {
        margin-left: -3%;
    }
    .wrap_upload .list_file li {
        width: calc(33.333% - 3%);
        margin: 7px 0 7px 3%;
    }
    .wrap_upload .item2 dl {
        display: block;
        width: auto;
    }
    .wrap_upload .item2 dl:nth-child(even),
    .wrap_upload .item2 dl:nth-child(n + 3) {
        margin: 0;
    }
    .wrap_upload .item2 dl + dl {
        margin-top: 20px !important;
    }
    .wrap_upload .area_drag {
        padding: 28px 18px 20px;
        word-break: keep-all;
    }
}
@media (max-width: 480px) {
    .wrap_upload .hd_upload {
        padding: 14px 18px;
    }
    .wrap_upload .cont_upload {
        padding: 14px;
    }
    .wrap_upload .list_file {
        margin-left: -5%;
        margin-top: 14px;
    }
    v .wrap_upload .list_file li {
        width: calc(33.333% - 5%);
        margin-left: 5%;
    }
    .wrap_upload .item textarea.inp {
        height: 200px;
    }
}

/* 3D 전시관 */

.list_museum #contents {
    padding-top: 0;
}
.list_museum #map {
    position: relative;
    width: 100%;
    height: 640px;
}
.list_museum #map #mapWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
}
/* .list_museum #map #mapWrapper + div div {border:none !important; background:none !important} */
.list_museum #map .overlaybox {
    padding: 10px 10px 0;
    background: none;
}
.list_museum #map #mapWrapper + div .overlaybox .inner {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    background: #fff !important;
    overflow: hidden;
}
.list_museum #map #mapWrapper + div .overlaybox .inner::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 13px;
    height: 15px;
    background: url(../_img/arw_mapBox.png) 50% bottom no-repeat;
    margin-left: -6px;
    content: "";
}
.list_museum #map .overlaybox .thumb {
    float: left;
    width: 120px;
}
.list_museum #map .overlaybox .info {
    overflow: hidden;
    color: #999;
    line-height: 1.6;
    padding: 14px 18px;
}
.list_museum #map .overlaybox .info strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}
.list_museum #map .overlaybox .info .address {
    margin-top: 5px;
}
.list_museum #map {
    position: relative;
    height: 640px;
}
.list_museum #map .root_daum_roughmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.list_museum #map .root_daum_roughmap .wrap_map {
    height: 640px;
}
.list_museum #map .list_map {
    position: relative;
    margin-top: 9px;
    width: 230px;
    z-index: 410;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.3);
}
.list_museum #map .hd {
    background: #005e86;
    border-radius: 5px 5px 0 0;
    z-index: 99;
}
.list_museum #map .hd .tit {
    display: block;
    padding-left: 40px;
    line-height: 70px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.list_museum #map .list_map .cont {
    background: #fff;
    padding: 1px 40px 36px;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
}
.list_museum #map .list_map span {
    display: block;
    font-weight: bold;
    color: #666;
}
.list_museum #map .list_map ul {
    margin-top: 8px;
}
.list_museum #map .list_map li {
    padding: 12px 0;
}
.list_museum #map .list_map a {
    display: block;
    position: relative;
    padding-left: 26px;
    line-height: 24px;
}
.list_museum #map .list_map a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    border-radius: 100%;
    border: 1px solid #666;
    background: #fff;
    box-sizing: border-box;
    z-index: 3;
    content: "";
}
.list_museum #map .list_map .on a,
.list_museum #map .list_map a:hover {
    color: #005e86;
    font-weight: bold;
}
.list_museum #map .list_map .on a::before,
.list_museum #map .list_map a:hover::before {
    background: #005e86;
    border-color: #005e86;
}
.list_museum #map .list_map li + li a::after {
    position: absolute;
    top: -34px;
    left: 4px;
    width: 1px;
    height: 42px;
    background: #666;
    z-index: 2;
    content: "";
}
.list_museum #map + .wfix {
    margin-top: 70px;
}
.list_museum .list_thumb .address {
    display: block;
    margin-top: 5px;
}
.list_museum .list_thumb .distance {
    position: absolute;
    top: 12px;
    right: 22px;
    line-height: 20px;
}
.list_museum .list_thumb .distance::before {
    width: 8px;
    height: 12px;
    margin: 3px 5px 0 0;
    background-position: -85px -20px;
    content: "";
}
.view_museum .cont_tab {
    position: relative;
}
.view_museum .cont_tab .item {
    width: 100% !important;
}
.view_museum .item3 #map {
    height: 460px;
    overflow: hidden;
}
.view_museum .item3 #map .root_daum_roughmap {
    width: 100%;
}
.view_museum .item3 #map .root_daum_roughmap .wrap_map {
    height: 460px;
}
.view_museum .item3 .info {
    overflow: hidden;
}
.view_museum .item3 .info dl + dl {
    margin-top: 26px;
}
.view_museum .item3 .info dt {
    float: left;
    width: 90px;
}
.view_museum .item3 .info dd {
    overflow: hidden;
    color: #999;
}
.view_museum .item3 .info dd .list li {
    margin-top: 12px;
}

@media (max-width: 1170px) {
    .view_museum .item3 .info dt {
        float: none;
        width: auto;
    }
    .view_museum .item3 .info dd {
        margin-top: 12px;
    }
}

@media (max-width: 780px) {
    .list_museum #map,
    .list_museum #map .root_daum_roughmap .wrap_map {
        height: 270px;
        overflow: hidden;
    }
    .list_museum #map .wfix {
        padding: 0;
    }
    .list_museum #map .list_map {
        top: 0;
        left: 0;
        margin: 0;
        width: 100px;
        height: 270px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    }
    .list_museum #map .list_map.on {
        left: -350px;
    }
    .list_museum #map .list_map.on .btn_tgl {
        left: 350px;
    }
    .list_museum #map .list_map.on .btn_tgl .ico_comm {
        background-position: -110px -80px;
    }
    .list_museum #map .hd {
        border-radius: 0;
    }
    .list_museum #map .hd .tit {
        line-height: 40px;
        font-size: 13px;
        padding-left: 20px;
    }
    .list_museum #map .list_map span {
        padding-left: 17px;
    }
    .list_museum #map .list_map .cont {
        padding: 8px 0;
        background-color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        border-radius: 0;
        overflow-y: auto;
    }
    .list_museum #map .list_map ul {
        margin-top: 0;
    }
    .list_museum #map .list_map li {
        padding: 0;
    }
    .list_museum #map .list_map a {
        padding: 0 0 0 17px;
        font-size: 11px;
    }
    .list_museum #map .list_map a::before,
    .list_museum #map .list_map a::after {
        display: none;
    }
    .list_museum #map + .wfix {
        margin-top: 40px;
    }
    .view_museum .cont_tab > .item2 > .wfix {
        padding: 0;
    }
    .view_museum .cont_tab > .item2 .left {
        padding: 0 14px;
    }
    .view_museum .item3 .wfix {
        padding: 0 14px;
    }
    .view_museum .item3 #map .root_daum_roughmap .wrap_map {
        height: 300px;
    }
}

.tit_timeline {
    padding-top: 68px;
    text-align: center;
    font-size: 24px;
    color: #666;
    font-weight: normal;
}
.cont_timeline {
    position: relative;
    margin-top: 36px;
}
.cont_timeline::before,
.cont_timeline::after {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 100%;
    background: #666;
    content: "";
}
.cont_timeline::before {
    top: 0;
}
.cont_timeline::after {
    bottom: 0;
}
.list_timeline {
    overflow: hidden;
}
.list_timeline li:nth-child(odd) {
    padding-right: calc(50% - 2px);
}
.list_timeline li:nth-child(even) {
    padding-left: calc(50% - 2px);
}
.list_timeline li:nth-child(odd) .inner {
    border-right: 4px solid #666;
}
.list_timeline li:nth-child(even) .inner {
    border-left: 4px solid #666;
}
.list_timeline li:first-child .inner {
    padding-top: 110px;
}
.list_timeline li:last-child .inner {
    padding-bottom: 35px;
}
.list_timeline .num {
    float: left;
    width: 70px;
    font-size: 32px;
    color: #005e86;
    font-weight: bold;
    vertical-align: top;
    line-height: 1.3;
}
.list_timeline .num::after {
    display: block;
    width: 30px;
    height: 1px;
    background: #666;
    margin-top: 16px;
    content: "";
}
.list_timeline .cont {
    overflow: hidden;
}
.list_timeline li:nth-child(odd) .inner {
    padding-right: 36.5%;
}
.list_timeline li:nth-child(even) .inner {
    padding-left: 36.5%;
}
.list_timeline .hd_timeline {
    line-height: 38px;
}
.list_timeline .tit {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
}
.list_timeline .time {
    float: right;
    color: #999;
}
.list_timeline .desc {
    max-height: 72px;
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list_timeline .more {
    margin-top: 20px;
    text-align: right;
    color: #999;
}
.list_timeline .inner {
    position: relative;
}
.list_timeline .inner:after {
    position: absolute;
    top: 14px;
    width: 29%;
    height: 2px;
    background: #999;
    content: "";
}
.list_timeline li:first-child .inner:after {
    top: 124px;
}
.list_timeline li:nth-child(odd) .inner::after {
    right: 0;
}
.list_timeline li:nth-child(even) .inner::after {
    left: 0;
}
.list_timeline li .cont::before,
.list_timeline li .cont::after {
    position: absolute;
    border: 2px solid #666;
    border-radius: 100%;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 9;
    content: "";
}
.list_timeline li .cont::before {
    top: 7px;
    width: 16px;
    height: 16px;
}
.list_timeline li .cont::after {
    top: 3px;
    width: 24px;
    height: 24px;
    transition: 0.2s;
}

.list_timeline li:nth-child(odd) .cont::before {
    right: -10px;
}
.list_timeline li:nth-child(even) .cont::before {
    left: -10px;
}
.list_timeline li:nth-child(odd) .cont::after {
    right: 27.4%;
}
.list_timeline li:nth-child(even) .cont::after {
    left: 27.4%;
}
.list_timeline li:first-child .cont::before {
    top: 117px;
}
.list_timeline li:first-child .cont::after {
    top: 114px;
}

@media (min-width: 780px) {
    .list_timeline li:hover .tit,
    .list_timeline li:hover .time {
        color: #005e86;
    }
    .list_timeline li:hover .cont::after {
        background: #005e86;
    }
}

@media (max-width: 1200px) {
    .list_timeline .hd_timeline {
        line-height: 28px;
    }
    .list_timeline .num {
        width: 50px;
        font-size: 24px;
    }
    .list_timeline .tit {
        font-size: 20px;
    }
    .list_timeline .time {
        float: none;
        display: block;
        line-height: 1;
    }
    .list_timeline .desc {
        margin-top: 16px;
        font-size: 12px;
        line-height: 1.6;
    }
}
@media (max-width: 780px) {
    .tit_timeline {
        padding-top: 40px;
        font-size: 20px;
    }
    .cont_timeline {
        margin-top: 24px;
    }
    .cont_timeline::before {
        display: none;
    }
    .cont_timeline::after {
        right: auto;
        left: 0;
        margin: 0;
    }
    .list_timeline {
        margin-left: 8px;
        border-left: 4px solid #666;
        overflow: visible;
    }
    .list_timeline li {
        padding: 0 !important;
    }
    .list_timeline .inner {
        border: none !important;
        padding: 0 0 0 24px !important;
    }
    .list_timeline .inner:after {
        display: none;
    }
    .list_timeline .num {
        float: none;
        width: auto;
        font-size: 20px;
        line-height: 1;
    }
    .list_timeline .num::after {
        margin-top: 10px;
    }
    .list_timeline li .cont::before {
        top: 0 !important;
        left: -10px !important;
        right: auto !important;
        z-index: 9;
    }
    .list_timeline li .cont::after {
        display: none;
    }
    .list_timeline .hd_timeline {
        margin-top: 12px;
    }
}

.chronicle strong {
    display: block;
    font-weight: bold;
}
.chronicle .tit {
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
}
.chronicle .list_chronicle strong {
    float: left;
    width: 70px;
    margin: 4px 12px 0 0;
    word-break: keep-all;
    line-height: 16px;
}
.chronicle .list_chronicle > li {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
}
.chronicle .list_item {
    overflow: hidden;
    color: #999;
}
.chronicle .list_item ul {
    padding-left: 36px;
    margin-top: 4px;
}
.chronicle .list_item li {
    padding: 4px 18px;
    line-height: 17px;
    border-radius: 5px;
}
.chronicle .list_item li.on {
    background: #999;
    color: #fff;
}
.view_era .list_related {
    overflow: hidden;
}
.view_era .list_related li {
    float: left;
    width: calc(50% - 1.4%);
    margin-bottom: 20px;
}
.view_era .list_related li:nth-child(even) {
    margin-left: 2.6%;
}

@media (max-width: 1200px) {
    .chronicle .list_chronicle strong {
        margin-right: 5px;
    }
    .chronicle .list_item ul {
        padding-left: 15px;
    }
}
@media (max-width: 780px) {
    .chronicle {
        margin-top: 40px;
    }
}
@media (max-width: 480px) {
    .chronicle .list_chronicle strong {
        float: none;
        width: auto;
        margin: 0;
    }
    .chronicle .list_item li {
        padding: 4px 8px;
        margin-top: 5px;
    }
    .view_era .list_related li {
        float: none;
        width: auto;
        margin: 0 0 30px 0 !important;
    }
    .view_era .list_related li a {
        display: block;
    }
    .view_era .list_related li img {
        width: 100%;
    }
}

/* 고객센터 */
.fn3d #contents {
    padding-top: 0;
}
.fn3d .visual {
    position: relative;
    background: url(../_img/bg_ptrn1.png) 50% 50% repeat #009ca5;
}
.fn3d .visual .wfix {
    padding: 80px 14px 112px;
    background: -moz-linear-gradient(
        left,
        rgba(0, 94, 134, 1) 0%,
        rgba(0, 156, 165, 0.5) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0, 94, 134, 1) 0%,
        rgba(0, 156, 165, 0.5) 100%
    );
    background: linear-gradient(
        to right,
        rgba(0, 94, 134, 1) 0%,
        rgba(0, 156, 165, 0.5) 100%
    );
}
.fn3d .visual::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(50% - 585px);
    background: #005e86;
    content: "";
}
.fn3d .visual .tit {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 34px;
}
.fn3d .visual .tit::after {
    display: block;
    height: 1px;
    background: #fff;
    margin-top: 10px;
    content: "";
}
.fn3d .visual + .wfix {
    font-size: 0;
}
.fn3d .item {
    margin-top: 64px;
    font-size: 12px;
}
.fn3d .item .hd {
    padding: 12px 30px;
    border-bottom: 1px solid #eee;
}
.fn3d .item .hd .tit {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}
.fn3d .item .hd .tit .ico_fn {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    vertical-align: top;
    background: url(../_img/ico_fn2.png) 0 0 no-repeat;
}
.fn3d .item .hd .tit .fn1 {
    background-position: 0 0;
}
.fn3d .item .hd .tit .fn2 {
    background-position: -30px 0;
}
.fn3d .item .hd .tit .fn3 {
    background-position: -60px 0;
}
.fn3d .item .hd .tit .fn4 {
    background-position: -90px 0;
}
.fn3d .item .hd .tit .fn5 {
    background-position: -120px 0;
}
.fn3d .item .hd .tit .fn6 {
    background-position: -150px 0;
}
.fn3d .item .hd .tit .fn7 {
    background-position: -180px 0;
}
.fn3d .item .hd .tit .fn8 {
    background-position: -210px 0;
}
.fn3d .item .cont {
    max-width: 970px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}
.fn3d .item .cont > .thumb {
    text-align: center;
}
.fn3d .item .menubox {
    float: left;
    width: 20.5%;
}
.fn3d .item .menubox + * {
    overflow: hidden;
}
.fn3d .item .view li {
    float: left;
    width: 48%;
    margin-left: 4%;
}
.fn3d .item .view li:nth-child(odd) {
    margin-left: 0;
}
.fn3d .item .view li:nth-child(n + 3) {
    margin-top: 50px;
}
.fn3d .item .view li span {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #666;
}
.fn3d .item1 .desc {
    margin-top: 32px;
    font-size: 0;
    text-align: center;
}
.fn3d .item1 .desc li {
    display: inline-block;
    vertical-align: top;
    width: 96px;
    width: calc(770px / 8);
}
.fn3d .item1 .desc span {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    color: #666;
}
.fn3d .item1 .desc .ico_fn {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: url(../_img/ico_fn1.png) 0 0 no-repeat;
}
.fn3d .item1 .desc .fn2 {
    background-position: -30px 0;
}
.fn3d .item1 .desc .fn3 {
    background-position: -60px 0;
}
.fn3d .item1 .desc .fn4 {
    background-position: -90px 0;
}
.fn3d .item1 .desc .fn5 {
    background-position: -120px 0;
}
.fn3d .item1 .desc .fn6 {
    background-position: -150px 0;
}
.fn3d .item1 .desc .fn7 {
    background-position: -180px 0;
}
.fn3d .item1 .desc .fn8 {
    background-position: -210px 0;
}
.fn3d .item1 .desc .fn9 {
    background-position: -240px 0;
}
.fn3d .item2 .thumb {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}
.fn3d .item2 .desc {
    display: flex;
    align-content: center;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 0;
    padding: 0 80px;
    box-sizing: border-box;
}
.fn3d .item2 .desc > div {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 33.333%;
}
.fn3d .item2 .desc .img {
    display: block;
}
.fn3d .item2 .desc .img + .img {
    margin: 54px auto 38px;
}
.fn3d .item2 .desc .txt {
    display: block;
    font-size: 12px;
    color: #fff;
    word-break: keep-all;
}
.fn3d .item2 .desc .txt + .txt {
    margin-top: 20px;
}
.fn3d .item4 .cont {
    max-width: none;
    text-align: center;
    overflow: hidden;
}
.fn3d .item4 .inner {
    float: left;
    height: 362px;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 7px;
}
.fn3d .item4 .inner:first-child {
    height: 363px;
}
.fn3d .item4 .inner:nth-child(n + 4) {
    height: auto;
}
.fn3d .item4 .desc {
    margin-top: 24px;
}
.fn3d .item4 strong {
    display: block;
    font-weight: bold;
}
.fn3d .item4 span {
    display: block;
    color: #999;
}
.fn3d .item8,
.fn3d .item9,
.fn3d .item10 {
    display: inline-block;
    width: 31.6%;
    vertical-align: top;
}
.fn3d .item9,
.fn3d .item10 {
    margin-left: 2.6%;
}
.fn3d .item8 .cont,
.fn3d .item9 .cont,
.fn3d .item10 .cont {
    padding: 40px 8.1%;
}
.fn3d .item8 .menubox,
.fn3d .item9 .menubox,
.fn3d .item10 .menubox {
    width: 140px;
}
.fn3d .item8 .desc,
.fn3d .item9 .desc {
    padding-top: 36px;
}

@media (max-width: 1170px) {
    .fn3d .item1 .desc li {
        width: calc(100% / 8);
    }
}
@media (max-width: 780px) {
    .fn3d .visual::after {
        display: none;
    }
    .fn3d .visual .wfix {
        padding: 40px 14px;
    }
    .fn3d .visual .tit {
        font-size: 20px;
    }
    .fn3d .visual .tit::after {
        margin-top: 6px;
    }
    .fn3d .item {
        margin-top: 20px;
    }
    .fn3d .item .hd {
        padding: 10px 14px;
    }
    .fn3d .item .cont {
        padding: 20px 0;
    }
    .fn3d .item1 .desc {
        margin-top: 18px;
    }
    .fn3d .item1 .desc li {
        width: calc(100% / 4);
    }
    .fn3d .item1 .desc li:nth-child(n + 5) {
        margin-top: 20px;
    }
    .fn3d .item2 .desc {
        padding: 0 20px;
    }
    .fn3d .item2 .desc .img {
        width: 40px;
        margin: 0 auto;
    }
    .fn3d .item2 .desc .img + .img {
        margin: 20px auto;
    }
    .fn3d .item2 .desc .txt + .txt {
        margin-top: 10px;
    }
    .fn3d .item .view li span {
        margin-top: 14px;
    }
    .fn3d .item .view li:nth-child(n + 3) {
        margin-top: 30px;
    }
    .fn3d .item4 .cont {
        display: flex;
        flex-wrap: wrap;
    }
    .fn3d .item4 .inner,
    .fn3d .item4 .inner:first-child {
        width: 50%;
        height: auto;
        padding-bottom: 40px;
    }
    .fn3d .item4 .desc {
        margin-top: 18px;
    }
    .fn3d .item8,
    .fn3d .item9,
    .fn3d .item10 {
        display: block;
        width: auto;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .fn3d .item1 .desc span {
        font-size: 11px;
    }
    .fn3d .item2 .desc {
        padding: 20px 14px;
    }
    .fn3d .item2 .desc .img {
        width: 24px;
    }
    .fn3d .item2 .desc .img + .img {
        width: 14px;
        margin: 12px auto;
    }
    .fn3d .item2 .desc .txt {
        width: 90px;
    }
    .fn3d .item2 .desc .img + .txt {
        height: 38px;
    }
    .fn3d .item .view li {
        width: auto;
    }
    .fn3d .item .view li + li {
        margin-top: 30px;
    }
    .fn3d .item .view li:nth-child(odd) {
        margin-left: 4%;
    }
    .fn3d .item4 .cont {
        display: block;
    }
    .fn3d .item4 .inner,
    .fn3d .item4 .inner:first-child {
        float: none;
        width: auto;
    }
    .fn3d .item4 .inner:last-child {
        padding-bottom: 0;
    }
    .fn3d .item .menubox {
        width: auto;
        margin-right: 14px;
    }
}

.embed {
    text-align: center;
}
.embed #header h1 a {
    background-image: url(../_img/logo_white.png);
}
.embed .visual {
    position: relative;
    background: url(../_img/bg_embed.jpg) 50% 50% repeat #009ca5;
    color: #fff;
}
.embed .visual .inner {
    padding: 146px 14px;
    background: -moz-linear-gradient(
        left,
        rgba(0, 94, 134, 1) 0%,
        rgba(0, 156, 165, 0.5) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0, 94, 134, 1) 0%,
        rgba(0, 156, 165, 0.5) 100%
    );
    background: linear-gradient(
        to right,
        rgba(0, 94, 134, 1) 0%,
        rgba(0, 156, 165, 0.5) 100%
    );
}
.embed .visual .tit {
    font-size: 32px;
    font-weight: bold;
}
.embed .visual span {
    display: block;
    margin-top: 0px;
    font-size: 17px;
    font-weight: bold;
}
.embed .item .tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #005e86;
}
.embed .item {
    padding: 50px 0;
}
.embed .item1 {
    margin-top: 50px;
}
.embed .item1 ul {
    font-size: 0;
    margin-top: 90px;
}
.embed .item1 li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
}
.embed .item1 i {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background: url(../_img/ico_embed.png) 0 0 no-repeat;
}
.embed .item1 .desc {
    display: table;
    width: 100%;
    height: 52px;
    margin-top: 40px;
}
.embed .item1 .desc span {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
    word-break: keep-all;
    padding: 0 60px;
}
.embed .item1 .adv2 i {
    background-position: -130px 0;
}
.embed .item1 .adv3 i {
    background-position: -260px 0;
}
.embed .item1 .adv4 i {
    background-position: -390px 0;
}
.embed .item1 .adv5 i {
    background-position: -520px 0;
}
.embed .item1 .adv6 i {
    background-position: -650px 0;
}
.embed .item1 .adv7 i {
    background-position: -780px 0;
}
.embed .item1 li:nth-child(n + 4) {
    margin-top: 60px;
}
.embed .item2 .img {
    margin-top: 72px;
}
.embed .item2 .cont {
    margin-top: 50px;
}
.embed .item2 strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.embed .item2 .ex {
    display: block;
    max-width: 570px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 1.6;
    color: #999;
}
.embed .item3 {
    margin-top: 70px;
}
.embed .item3 ul {
    margin-top: 50px;
    font-size: 0;
}
.embed .item3 li {
    display: inline-block;
    width: calc(33.3333% - 20px);
    vertical-align: top;
}
.embed .item3 li + li {
    margin-left: 30px;
}
.embed .item3 li a {
    display: block;
    transition: 0.2s;
}
.embed .item3 img {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.embed .item3 span {
    display: block;
    font-size: 14px;
    margin-top: 26px;
    font-weight: bold;
    transition: 0.2s;
}

@media (min-width: 1200px) {
    .embed .item3 li a:hover {
        margin-top: -5px;
    }
    .embed .item3 li a:hover img {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    }

    .embed .item3 li a:hover span {
        margin-top: 31px;
    }
}

.ico_convert,
.bfr_conv::before {
    display: inline-block;
    vertical-align: top;
    background: url(../_img/ico_convert.png) 0 0 no-repeat;
    background-size: 270px auto;
}
.ico_convert {
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.convert .hd {
    padding-top: 50px;
    text-align: center;
}
.convert .hd .tit {
    font-weight: bold;
    font-size: 24px;
    color: #005e86;
}
.convert .hd .desc {
    margin-top: 33px;
    font-size: 17px;
    color: #999;
    font-weight: bold;
}
.convert .list_data {
    margin: 36px auto 72px;
    text-align: center;
    font-size: 0;
}
.convert .list_data li {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    width: 56px;
    padding: 7px 0;
    background: #ccc;
}
.convert .list_data i {
    width: 40px;
    height: 15px;
}
.convert .list_data .data1 i {
    background-position: 0px -200px;
}
.convert .list_data .data2 i {
    background-position: -40px -200px;
}
.convert .list_data .data3 i {
    background-position: -80px -200px;
}
.convert .list_data .data4 i {
    background-position: -120px -200px;
}
.convert .list_data .data5 i {
    background-position: -160px -200px;
}
.convert .list_data .data6 i {
    background-position: -200px -200px;
}
.convert .list_data .data7 i {
    background-position: 0 -215px;
}
.convert .list_data .data8 i {
    background-position: -40px -215px;
}
.convert .list_data .data9 i {
    background-position: -80px -215px;
}
.convert .list_data .data10 i {
    background-position: -120px -215px;
}
.convert .list_data .data11 i {
    background-position: -160px -215px;
}
.convert .list_data .data12 i {
    background-position: -200px -215px;
}
.convert .field {
    height: 274px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 37px 30px;
    background: #005e86;
}
.convert .field.step1 .inner {
    position: relative;
    height: 110px;
    padding: 44px 0;
    border: 1px dashed #ddd;
}
.convert .field.step1 p {
    font-size: 14px;
}
.convert .field.step1 p::before {
    display: block;
    width: 43px;
    height: 56px;
    margin: 0 auto 32px;
    background-position: -135px -110px;
    content: "";
}
.convert .field.step1 .links {
    position: absolute;
    bottom: 14px;
    right: 20px;
    text-align: right;
}
.convert .field.step1 .links a {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    line-height: 19px;
}
.convert .field.step1 .links li + li {
    margin-top: 10px;
}
.convert .field.step1 .links a.gogl::before {
    width: 19px;
    height: 16px;
    margin-right: 8px;
    background-position: -245px -110px;
    content: "";
}
.convert .field.step1 .links a.drbox::before {
    width: 17px;
    height: 16px;
    margin-right: 8px;
    background-position: -225px -110px;
    content: "";
}
.convert .field.step2 .inner {
    height: 66px;
    padding: 67px 0;
}
.convert .field.step2 .bg_bar {
    width: 570px;
    margin: 0 auto;
    border-radius: 2px;
    background: #ddd;
    overflow: hidden;
}
.convert .field.step2 .bar {
    display: block;
    height: 14px;
    background: #00bcb5;
    border-radius: 2px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}
.convert .field.step2 span {
    display: block;
    margin-top: 30px;
    font-size: 14px;
}
.convert .field.step3 {
    background: #00bcb5;
    border: 4px solid #ddd;
}
.convert .field.step3 .inner {
    padding: 4px 0;
    font-size: 0;
}
.convert .field.step3 .msg {
    font-size: 14px;
    font-weight: bold;
}
.convert .field.step3 a {
    display: inline-block;
    vertical-align: top;
    margin-top: 37px;
}
.convert .field.step3 a::before {
    display: block;
    width: 40px;
    height: 52px;
    margin: 0 auto 30px;
    background-position: -185px -110px;
    content: "";
}
.convert .field.step3 a strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}
.convert .field.step3 a span {
    display: block;
    font-size: 12px;
}
.convert .format {
    margin-top: 65px;
    text-align: center;
}
.convert .format .tit {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #999;
}
.convert .list_format {
    margin-top: 38px;
    font-size: 0;
}
.convert .list_format li {
    display: inline-block;
    vertical-align: top;
    margin: 0 24px;
}
.convert .list_format a {
    display: block;
}
.convert .list_format i {
    width: 40px;
    height: 50px;
    background-color: #999;
}
.convert .list_format a:hover i {
    background-color: #00bcb5;
}
.convert .list_format .frmt1 i {
    background-position: 0px 0px;
}
.convert .list_format .frmt2 i {
    background-position: -40px 0px;
}
.convert .list_format .frmt3 i {
    background-position: -80px 0px;
}
.convert .list_format .frmt4 i {
    background-position: -120px 0px;
}
.convert .list_format .frmt5 i {
    background-position: -160px 0px;
}
.convert .list_format .frmt6 i {
    background-position: -200px 0px;
}
.convert .list_format .frmt7 i {
    background-position: 0px -50px;
}
.convert .list_format .frmt8 i {
    background-position: -40px -50px;
}
.convert .list_format .frmt9 i {
    background-position: -80px -50px;
}
.convert .list_format .frmt10 i {
    background-position: -120px -50px;
}
.convert .list_format .frmt11 i {
    background-position: -160px -50px;
}
.convert .list_format .frmt12 i {
    background-position: -200px -50px;
}
.convert .list_desc {
    text-align: center;
    overflow: hidden;
}
.convert .list_desc li {
    float: left;
    width: 33.333%;
    width: calc(100% / 3);
    margin-top: 140px;
}
.convert .list_desc dt {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.convert .list_desc dd {
    margin-top: 14px;
    color: #999;
    line-height: 2;
}
.convert .list_desc dt::before {
    display: block;
    width: 45px;
    height: 40px;
    margin: 0 auto 16px;
    content: "";
}
.convert .list_desc .desc1 dt::before {
    background-position: 0px -110px;
}
.convert .list_desc .desc2 dt::before {
    background-position: -45px -110px;
}
.convert .list_desc .desc3 dt::before {
    background-position: -90px -110px;
}
.convert .list_desc .desc4 dt::before {
    background-position: 0px -150px;
}
.convert .list_desc .desc5 dt::before {
    background-position: -45px -150px;
}
.convert .list_desc .desc6 dt::before {
    background-position: -90px -150px;
}

@media (max-width: 1170px) {
    .convert .list_format li {
        margin: 10px 0;
        width: calc(100% / 12);
    }
}

@media (max-width: 850px) {
    .convert .list_data {
        text-align: left;
        margin: 20px 0 30px;
    }
    .convert .list_data li {
        text-align: center;
    }
    .convert .field {
        height: auto;
        padding: 24px;
    }
    .convert .field.step1 .inner {
        height: auto;
        padding: 24px;
    }
    .convert .field.step1 p {
        display: none;
    }
    .convert .field.step1 .links {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
    }
    .convert .field.step1 .links a {
        line-height: 26px;
    }
    .convert .field.step1 .links a::before {
        margin-top: 5px;
    }
    .convert .format {
        margin-top: 30px;
    }
    .convert .format .tit {
        font-size: 14px;
    }
    .convert .list_desc li {
        margin-top: 60px;
        padding: 0 8px;
        box-sizing: border-box;
    }
    .embed .item1 .desc span {
        padding: 0 30px;
    }
}

@media (max-width: 780px) {
    .convert .hd {
        padding-top: 0;
    }
    .convert .hd .tit {
        font-size: 20px;
    }
    .convert .hd .desc {
        margin-top: 12px;
        font-size: 12px;
    }
    .convert .list_format {
        margin-top: 20px;
    }
    .convert .list_format li {
        width: calc(100% / 6);
    }

    .embed .visual .inner {
        padding: 60px 14px 40px;
        line-height: 1.8;
    }
    .embed .visual .tit {
        font-size: 20px;
    }
    .embed .visual span {
        font-size: 14px;
    }
    .embed .item + .item {
        border-top: 1px solid #ddd;
    }
    .embed .item .tit {
        font-size: 18px;
    }
    .embed .item1 {
        margin: 0;
    }
    .embed .item1 ul {
        margin-top: 45px;
    }
    .embed .item1 i {
        width: 65px;
        height: 65px;
        background-size: auto 65px;
    }
    .embed .item1 .adv2 i {
        background-position: -65px 0;
    }
    .embed .item1 .adv3 i {
        background-position: -130px 0;
    }
    .embed .item1 .adv4 i {
        background-position: -195px 0;
    }
    .embed .item1 .adv5 i {
        background-position: -260px 0;
    }
    .embed .item1 .adv6 i {
        background-position: -325px 0;
    }
    .embed .item1 .desc {
        display: block;
        margin-top: 20px;
        height: auto;
    }
    .embed .item1 .desc span {
        display: block;
    }
    .embed .item1 li {
        display: block;
        width: auto;
    }
    .embed .item1 li:nth-child(n + 4) {
        margin-top: 0;
    }
    .embed .item1 li + li {
        margin-top: 40px !important;
    }
    .embed .item2 .img {
        margin-top: 30px;
    }
    .embed .item3 {
        margin-top: 0px;
    }
}
@media (max-width: 480px) {
    .convert .list_format li {
        width: calc(100% / 4);
    }
    .convert .list_desc li {
        float: none;
        width: auto;
    }
    .convert .list_desc dd {
        line-height: 1.8;
    }
    .embed .item1 .desc span {
        padding: 0 10px;
    }
    .embed .item3 li {
        display: block;
        width: auto;
    }
    .embed .item3 li + li {
        margin: 40px 0 0;
    }
    .embed .item3 span {
        margin-top: 10px;
    }
}

.terms #contents {
    padding-top: 0;
}
.terms .visual {
    position: relative;
    background: url(../_img/bg_policy.jpg) 100% 50% no-repeat #005e85;
    color: #fff;
    background-size: auto 100%;
}
.terms .visual .inner {
    padding: 77px 14px 110px;
}
.terms .visual .tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
.terms .visual .tit::after {
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 0;
    content: "";
}
.terms .cont {
    padding-top: 60px;
}
.terms p {
    margin-top: 1.2em;
}

@media (max-width: 780px) {
    .terms .visual .inner {
        padding: 40px 0;
    }
    .terms .visual .tit {
        font-size: 20px;
        line-height: 34px;
    }
    .terms .visual .tit::after {
        margin-top: 6px;
    }
    .terms .cont {
        padding-top: 30px;
    }
}

/* 사용자 정보 */
.my .hd_member {
    position: relative;
    padding-bottom: 65px;
    border-bottom: 1px solid #ccc;
    font-size: 0;
}
.my .hd_member .thumb,
.my .hd_member .title,
.my .hd_member .labs,
.my .hd_member .infos {
    display: inline-block;
    vertical-align: top;
}
.my .hd_member .thumb {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border-radius: 2px;
}
.my .hd_member .thumb img {
    width: 100%;
}
.my .hd_member .title {
    width: 200px;
    line-height: 1.5;
    box-sizing: border-box;
    padding-right: 30px;
}
.my .hd_member .title .tit {
    display: block;
    font-size: 22px;
    font-weight: bold;
}
.my .hd_member .title span {
    display: block;
    font-size: 15px;
    color: #000;
}
.my .hd_member .title .btn {
    max-width: 200px;
    margin-top: 26px;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
}
.my .hd_member .labs {
    width: 70px;
    margin-right: 30px;
}
.my .hd_member .labs .grade {
    display: inline-block;
    line-height: 19px;
    padding: 3px 8px 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    color: #fff;
    background: #005e86;
    vertical-align: top;
}
.my .hd_member .labs .btn_gray {
    position: relative;
    width: 100%;
}
.my .hd_member .labs .btn_gray span {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    line-height: 28px;
    padding: 2px 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    color: #fff;
    background: #ccc;
    text-align: center;
    cursor: pointer;
}
.my .hd_member .labs .layer_profile {
    display: none;
    position: absolute;
    left: 50%;
}
.my .hd_member .labs .layer_profile::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    margin-left: -25px;
    height: 22px;
    background: url(../_img/arw_profilebox.png) 0 0 no-repeat;
    content: "";
    z-index: 99;
}
.my .hd_member .labs .layer_profile .inner {
    position: absolute;
    top: 22px;
    left: -135px;
    width: 770px;
    z-index: 9;
    font-size: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.my .hd_member .labs .layer_profile .inner > div {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 100%;
    padding: 22px;
    text-align: left;
    font-size: 12px;
    color: #999;
}
.my .hd_member .labs .layer_profile strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.my .hd_member .labs .layer_profile p {
    line-height: 2;
    margin-top: 6px;
}
.my .hd_member .labs .layer_profile ul {
    font-size: 0;
    margin-left: -12px;
}
.my .hd_member .labs .layer_profile li {
    display: inline-block;
    border-radius: 5px;
    margin-top: 12px;
    margin-left: 12px;
    line-height: 20px;
    padding: 2px 8px 0;
    background: #eee;
    font-size: 12px;
    letter-spacing: 0;
}
.my .hd_member .labs .btn_gray:hover .layer_profile {
    display: block;
}
.my .hd_member .infos {
    font-size: 0;
}
.my .hd_member .infos dl + dl {
    margin-top: 18px;
}
.my .hd_member .infos dt,
.my .hd_member .infos dd {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.my .hd_member .infos dt {
    width: 55px;
}
.my .hd_member .infos dd {
    color: #999;
}
.my .hd_member .sns {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 0;
}
.my .hd_member .sns * {
    display: inline-block;
    vertical-align: top;
}
.my .hd_member .sns li {
    line-height: 20px;
}
.my .hd_member .sns li + li {
    margin-left: 24px;
}
.my .hd_member .sns li i {
    width: 20px;
    height: 20px;
    background: url(../_img/ico_sns2.png) 0 0 no-repeat;
    background-size: auto 20px;
}
.my .hd_member .sns li.twitter i {
    background-position: -20px 0;
}
.my .hd_member .sns li.insta i {
    background-position: -40px 0;
}
.my .tab_comm {
    margin-top: 50px;
}
.my .hd_list {
    margin-top: 40px;
}
.my .wrap_btn {
    margin-top: 30px;
    font-size: 0;
}
.my .wrap_btn .btn_gray {
    display: inline-block;
    width: 170px;
    line-height: 30px;
    text-align: center;
    background-color: #999;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
}
.my .wrap_btn .btn {
    width: 170px;
    margin-left: 30px;
    font-size: 12px;
}
.my .wrap_list {
    margin-top: 40px;
}
.my .wrap_list li .inner {
    position: relative;
}
.my .item4 .list_thumb > li {
    border-radius: 5px;
    background: #f7f8f8;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.my .item4 .profileBox .list_item li {
    width: 50%;
}
.my .item4 .profileBox .list_total {
    display: block;
}
.my .item4 .profileBox .list_total li {
    width: 20%;
}
.my .item4 .profileBox .list_total li + li {
    margin: 0;
}
.my .item4 .profileBox .hd .info {
    padding-top: 0;
}
.my .item4 .profileBox .thumb_profile {
    border-radius: 5px;
    overflow: hidden;
}
.my .item5 .list_thumb > li {
    border-radius: 5px;
    background: #f7f8f8;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.my .item5 .profileBox .list_item li {
    width: 50%;
}
.my .item5 .profileBox .list_total {
    display: block;
}
.my .item5 .profileBox .list_total li {
    width: 20%;
}
.my .item5 .profileBox .list_total li + li {
    margin: 0;
}
.my .item5 .profileBox .hd .info {
    padding-top: 0;
}
.my .item5 .profileBox .thumb_profile {
    border-radius: 5px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .my #contents {
        padding-top: 40px;
    }
    .my .hd_member {
        padding-bottom: 12px;
    }
    .my .hd_member .thumb {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 25px;
    }
    .my .hd_member .title {
        display: block;
        overflow: hidden;
        width: auto;
        padding: 0;
    }
    .my .hd_member .title .tit {
        padding-right: 65px;
        font-size: 15px;
    }
    .my .hd_member .title span {
        font-size: 12px;
        margin-top: 4px;
    }
    .my .hd_member .title .btn {
        max-width: none;
        margin-top: 9px;
    }
    .my .hd_member .labs {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        text-align: right;
    }
    .my .hd_member .labs .btn_gray {
        display: none;
    }
    .my .hd_member .infos {
        display: block;
        margin: 24px 0 11px;
        padding: 23px 0 21px;
        border-top: 1px solid #b5b5b6;
        border-bottom: 1px solid #b5b5b6;
    }
    .my .hd_member .infos dl + dl {
        margin-top: 12px;
    }
    .my .hd_member .infos dt {
        float: left;
        width: 70px;
    }
    .my .hd_member .infos dd {
        display: block;
        overflow: hidden;
    }
    .my .hd_member .sns {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
    }
    .my .hd_member .sns li a {
        display: block;
        padding: 10px;
    }
    .my .tab_comm {
        margin-top: 30px;
    }
    .my .item4 .list_thumb > li {
        width: calc(50% - 9px);
        margin: 0;
    }
    .my .item4 .list_thumb > li:nth-child(3n),
    .my .item4 .list_thumb > li:nth-child(n + 4) {
        margin: 0;
    }
    .my .item4 .list_thumb > li:nth-child(even) {
        margin-left: 18px;
    }
    .my .item4 .list_thumb > li:nth-child(n + 3) {
        margin-top: 30px;
    }
    .my .item4 .profileBox .list_total li {
        text-align: center;
    }
}
@media (max-width: 780px) {
    .my .tab_comm span {
        display: block;
        font-size: 11px;
    }
    .my .wrap_btn {
        text-align: center;
    }
    .my .wrap_btn * {
        min-width: 0;
        padding: 0;
    }
    .my .wrap_btn .btn_gray,
    .my .wrap_btn .btn {
        width: calc(50% - 10px);
        box-sizing: border-box;
        margin: 0 5px;
    }
    .my .item4 .list_thumb > li {
        display: block;
        width: auto;
    }
    .my .item4 .list_thumb > li:nth-child(even) {
        margin: 0;
    }
    .my .item4 .list_thumb > li + li {
        margin-top: 30px !important;
    }
    .my .item4 .list_total .lab {
        font-size: 11px;
    }
}

.hologram .tab_comm {
    margin-top: 50px;
}
.hologram .hd_list {
    padding: 36px 0;
}
.hologram .hd_list .tit_sub {
    line-height: 40px;
}
.hologram .hd_list .ui-selectmenu-button {
    margin-left: 55px;
    font-size: 12px;
}
.hologram .hd_list a {
    font-size: 12px;
}

@media (max-width: 780px) {
    .hologram .tab_comm {
        margin-top: 30px;
    }
    .hologram .hd_list {
        padding: 20px 0;
    }
    .hologram .hd_list .slt {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .hologram .hd_list .fr {
        float: none;
        margin-top: 12px;
        text-align: right;
    }
    .hologram .tbl th {
        height: auto;
        padding: 10px 6px;
        line-height: 1.6;
        word-break: keep-all;
    }
    .hologram .tbl td {
        height: auto;
        padding: 10px 6px;
        line-height: 1.8;
    }
    .hologram .tbl td .btn {
        min-width: 36px;
        padding: 0px;
    }
}

/* 환경 설정 */
.set .wrap_set {
    margin-top: 40px;
    overflow: auto;
}
.set .menu_set,
.set .wrap_cont {
    background: #fafafa;
    border: 1px solid #ebebeb;
}
.set .menu_set {
    float: left;
    width: 197px;
    margin-right: 30px;
    border-radius: 0 5px 5px 0;
}
.set .menu_set form {
    display: none;
}
.set .menu_set li + li {
    border-top: 1px solid #ebebeb;
}
.set .menu_set a {
    display: block;
    line-height: 20px;
    padding: 18px 40px;
    font-size: 14px;
    font-weight: bold;
}
.set .menu_set li.on a {
    border-left: 10px solid #005e86;
    color: #005e86;
    padding-left: 30px;
}
.set .wrap_cont {
    overflow: hidden;
    padding: 0 28px 50px;
    border-radius: 5px;
}
.set .wrap_cont .hd {
    padding: 16px 0 11px;
    border-bottom: 1px solid #ebebeb;
}
.set .wrap_cont .hd strong {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.set .wrap_cont .inner {
    padding: 16px 0 54px;
    border-bottom: 1px solid #ebebeb;
}
.set .wrap_cont dl + dl {
    margin-top: 24px;
}
.set .wrap_cont dt {
    font-weight: bold;
}
.set .wrap_cont dd {
    margin-top: 10px;
}
.set .wrap_cont .inp {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 18px;
    box-sizing: border-box;
    font-size: 12px;
    background: #fff;
    color: #999;
}
.set .wrap_cont .inp:disabled,
.set .wrap_cont .inp[disabled="disabled"] {
    background: #eee;
}
.set .wrap_cont textarea.inp {
    height: 160px;
    padding: 5px 18px;
}
.set .wrap_cont .list_skill {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    font-size: 0;
}
.set .wrap_cont .list_skill li {
    display: inline-block;
    vertical-align: top;
    margin: 6px;
}
.set .wrap_cont .list_skill input {
    display: none;
}
.set .wrap_cont .list_skill label {
    display: inline-block;
    vertical-align: top;
    padding: 3px 8px 1px;
    border-radius: 5px;
    font-size: 12px;
    background: #eee;
    color: #999;
    cursor: pointer;
}
.set .wrap_cont .list_skill input:checked + label {
    background-color: #666;
    color: #fff;
}
.set .wrap_cont .btn_bold {
    margin-top: 30px;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.set .set_sns .thumb {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 40px;
    border-radius: 5px;
}
.set .set_sns .thumb + .ovf {
    padding-top: 40px;
    color: #999;
}
.set .set_sns .thumb + .ovf .btn_bold {
    display: block;
    width: 170px;
}
.set .set_sns .wrap_url {
    border: 1px solid #ddd;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    padding: 0px 18px;
}
.set .set_sns .wrap_url span {
    display: inline-block;
    line-height: 38px;
    color: #999;
    letter-spacing: 0;
    font-weight: bold;
}
.set .set_sns .wrap_url input[type="text"] {
    display: inline-block;
    height: 38px;
    font-weight: bold;
}
.set .set_sns ::-webkit-input-placeholder,
.set .set_sns :-moz-placeholder,
.set .set_sns ::-moz-placeholder,
.set .set_sns :-ms-input-placeholder,
.set .set_sns ::-ms-input-placeholder,
.set .set_sns ::placeholder {
    font-weight: normal;
}
.set .set_leave .wrap_cont .inner {
    padding: 30px 0;
    color: #999;
}
.set .set_leave .wrap_cont .inner dt {
    color: #666;
}
.set .set_leave .wrap_agree {
    padding: 36px 0 50px;
    font-weight: bold;
}
.set .set_leave .btn_emph {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background: #005e86;
}

@media (min-width: 1200px) {
    .set .menu_set li a:hover {
        color: #005e86;
    }
}

@media (max-width: 780px) {
    .set .wrap_set {
        margin-top: 20px;
    }
    .set .menu_set {
        float: none;
        width: auto;
        margin: 0;
        white-space: nowrap;
        overflow: auto;
        transform: translate3d(0, 0, 0);
        transition-property: -webkit-transform;
        -webkit-transform: translate3d(0, 0, 0);
        pointer-events: auto;
        -webkit-overflow-scrolling: touch;
        border: none;
        border-radius: 0;
        background: none;
    }
    .set .menu_set ul {
        display: none;
    }
    .set .menu_set form {
        display: block;
        position: relative;
    }
    .set .menu_set form::after {
        position: absolute;
        top: 50%;
        right: 18px;
        width: 0;
        height: 0;
        border-top: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        margin-top: -3px;
    }
    .set .menu_set form select {
        display: block;
        width: 100%;
        height: 42px;
        font-weight: bold;
        color: #005e86;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 18px;
    }
    .set .wrap_cont {
        margin-top: 20px;
        padding: 0 14px 20px;
        overflow: auto;
        width: 500px;
    }
    .set .wrap_cont .hd {
        padding: 10px 0 8px;
    }
    .set .wrap_cont .inner {
        padding: 20px 0 20px;
    }
    .set .wrap_cont dl + dl {
        margin-top: 20px;
    }
    .set .wrap_cont dd {
        margin-top: 5px;
    }
    .set .set_sns .thumb {
        float: none;
        margin: 0 auto;
    }
    .set .set_sns .thumb + .ovf {
        padding-top: 20px;
        text-align: center;
    }
    .set .set_sns .thumb + .ovf .btn_bold {
        margin: 20px auto 0;
    }
    .set .set_sns .wrap_url {
        padding: 0 12px;
    }
    .set .set_sns .wrap_url span {
        display: none;
    }
    .set .set_leave .wrap_agree {
        padding: 30px 0;
    }
    .set .set_leave .wrap_agree .chk {
        float: left;
    }
    .set .set_leave .wrap_agree label {
        display: block;
        overflow: hidden;
    }
}

#embedded {
    width: 570px;
}
#embedded .cont_layer .tit {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
#embedded .wrap_video {
    position: relative;
    margin-top: 15px;
}
#embedded .wrap_video iframe {
    width: 100%;
    vertical-align: top;
}
#embedded .over_video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#embedded .over_video::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    background: url(../_img/ico_play1.png) 50% 50% no-repeat;
    content: "";
}
#embedded .info {
    padding: 20px 8px;
    color: #005e86;
    font-weight: bold;
}
#embedded .op {
    margin-top: 12px;
    color: #999;
}
#embedded .op_type {
    display: inline-block;
    width: 245px;
    vertical-align: top;
}
#embedded .op_type .slt {
    width: 100%;
}
#embedded .op_size {
    float: right;
    font-size: 0;
}
#embedded .op_size * {
    font-size: 12px;
}
#embedded .op_size .inp {
    display: inline-block;
    width: 90px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#embedded .op_size span {
    display: inline-block;
    width: 45px;
    vertical-align: top;
    line-height: 40px;
    text-align: center;
}
#embedded .wrap_code {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 18px;
    color: #999;
}

#hologram {
    width: 830px;
}
#hologram .cont_layer {
    padding-bottom: 40px;
    text-align: center;
    font-size: 15px;
}
#hologram .col1 {
    width: 9.5%;
}
#hologram .col2 {
    width: 16.5%;
}
#hologram .col3 {
    width: 38%;
}
#hologram .col4 {
    width: 18%;
}
#hologram .thead {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
    padding: 17px 0;
    overflow: hidden;
}
#hologram .thead span {
    display: block;
    float: left;
    color: #999;
}
#hologram .thead .col5 {
    float: none;
    overflow: hidden;
}
#hologram .tbody .item {
    display: table;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #ccc;
}
#hologram .tbody dl,
#hologram .tbody .col5 {
    display: table-cell;
    vertical-align: middle;
}
#hologram .tbody .btn {
    width: 70px;
    line-height: 28px;
    font-size: 12px;
}
@media (max-width: 1000px) {
    #hologram {
        width: calc(100% - 28px) !important;
        margin: 0 14px;
    }
    #hologram .cont_layer {
        font-size: 12px;
    }
    #hologram .thead {
        padding: 5px 0;
    }
    #hologram .thead .col5 {
        display: none;
    }
    #hologram .col1 {
        width: 13%;
    }
    #hologram .col2 {
        width: 28.5%;
    }
    #hologram .col3 {
        width: 38%;
    }
    #hologram .col4 {
        float: none !important;
        overflow: hidden;
    }
    #hologram .tbody .item,
    #hologram .tbody dl {
        display: inline-block;
        vertical-align: top;
    }
    #hologram .tbody .item {
        height: auto;
        font-size: 0;
        padding-bottom: 16px;
    }
    #hologram .tbody .item * {
        font-size: 12px;
    }
    #hologram .tbody .item dl {
        padding: 12px 0;
    }
    #hologram .tbody .col5 {
        display: block;
    }
    #hologram .tbody .btn {
        display: block;
        width: auto;
        line-height: 28px;
    }
}

#share .cont_layer {
    padding: 24px 30px 40px;
}
#share .item + .item {
    margin-top: 40px;
}
#share .cont_layer .tit {
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}
#share .inp {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #999;
}
#share .btn_gray {
    display: block;
    width: 100%;
    height: 40px;
    background: #b5b5b5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
#share .sns {
    margin-top: 40px;
}

@media (max-width: 780px) {
    #embedded .wrap_video iframe {
        height: 200px;
    }
    #embedded .op_type {
        display: block;
        width: 100%;
    }
    #embedded .op_size {
        float: none;
        margin-top: 12px;
    }
    #embedded .op_size .inp {
        width: calc(50% - 20px);
    }
    #embedded .op_size span {
        width: 40px;
    }
    #embedded .wrap_code {
        max-height: 150px;
        padding: 10px;
        line-height: 1.8;
        word-break: break-all;
    }
}

/* mrgelo fixed css */
.details > .wfix > .thumb {
    width: 100%;
    height: 450px;
}
#mrgeloFrame {
    width: 100%;
    height: 100%;
}
