@charset "utf-8";
.container {
    position: relative;
    z-index: 10;
}

body#pt {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

body#ko {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 13px;
}

body#ja {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
}

/* ----------------------------------  공통사항 start ---------------------------------- */

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0 0 10px;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px;
    line-height: 20px;
}

.no-count {
    text-align: center;
}

/* 설명문 */

.help-explain {
    border: none;
    border-top: 1px solid #ddd;
    background: #fbfbfb;
    padding: 10px;
    line-height: 150%;
    color: #444;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.help-explain ul.list {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.help-explain ul.list li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.help-explain ul.list li:before {
    vertical-align: middle;
    font-family: 'Glyphicons Halflings';
    margin-left: -20px;
    margin-right: 8px;
}

.help-explain.caution {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e93b23;
}

.help-explain.caution .bulit {
    font-size: 16px;
    top: 4px;
    margin: 0 2px;
}

/* 썸네일 공통 */

.no_thumbnail.small {
    background: url("/imgs/system/no_thumbnail_small.gif") #f0f0f0 no-repeat center center;
}

.no_thumbnail.big {
    background: url("/imgs/system/no_thumbnail_big.gif") #f0f0f0 no-repeat center center;
}

/* 탭메뉴 공통. 국기가 들어가야하면 .nation 추가 + iso_jp, iso_uk, iso_us 등도 추가 */

.common-tab-menu {
    margin-bottom: 20px !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.common-tab-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    bottom: 0;
}

.common-tab-menu li {
    float: left;
    display: inline;
    width: 20%;
    text-align: center;
    border: 1px solid #dbdbdb;
    background: #f9f9f9;
    margin-right: -1px;
    z-index: 10;
    position: relative;
}

.common-tab-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    color: #777;
    font-weight: normal;
    text-decoration: none;
}

.common-tab-menu li.active,
.common-tab-menu li.ui-state-active {
    border-bottom: 1px solid #fff;
    background: #fff;
}

.common-tab-menu li.active a,
.common-tab-menu li.ui-state-active a {
    font-weight: bold;
    color: #333;
}

.common-tab-menu.nation li {
    background-repeat: no-repeat;
    background-position: 20% 50%;
}

.common-tab-menu.nation li a {
    padding-left: 45px;
    text-align: left;
}

.common-tab-menu.nation li.ui-state-active a {
    color: #333;
    font-weight: bold;
}

.common-tab-menu.nation li.iso-uk {
    background-image: url("/imgs/system/flag/gb.png");
}

.common-tab-menu.nation li.iso-de {
    background-image: url("/imgs/system/flag/de.png");
}

.common-tab-menu.nation li.iso-us {
    background-image: url("/imgs/system/flag/us.png");
}

.common-tab-menu.nation li.iso-jp {
    background-image: url("/imgs/system/flag/jp.png");
}

.common-tab-menu.nation li.iso-fr {
    background-image: url("/imgs/system/flag/fr.png");
}

.common-tab-menu.nation li.iso-cn {
    background-image: url("/imgs/system/flag/cn.png");
}

.common-tab-menu.nation li.ui-state-active {
    background-color: #fff !important;
}

@media (max-width: 768px) {
    .common-tab-menu li {
        width: 30%;
    }
}

/* 주소부분 팝업 */

.top_address_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.top_address_popup h3 {}

.top_address_popup .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10000px;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.top_address_popup .layer {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 580px;
    height: auto;
    background: #fff;
    z-index: 10;
    padding: 20px 30px 40px 30px;
    border: 1px solid #4b4b4b;
}

.top_address_popup .layer .popup_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 100;
}

#top_address_popup_us .layer {
    padding: 10px !important;
    max-width: 754px !important;
}

.top_address_popup table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.top_address_popup table th,
.top_address_popup table td {
    line-height: 20px;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    color: #4b4b4b;
}

.top_address_popup table th {
    font-weight: bold;
    background: #f8f8f8;
    border: none;
    border-top: 1px solid #e2e2e2;
    padding: 10px 20px;
}

.top_address_popup table td {
    padding-left: 17px;
    color: #727272;
    border: none;
    border-top: 1px solid #e2e2e2;
}

.top_address_popup table td strong {
    color: #e71a2f;
}

.top_address_popup table td a.copy_btn {
    position: absolute;
    right: 8px;
    top: 20px;
    display: block;
    background-color: #a3a3a3;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

#top_address_popup_kr table td a.copy_btn {
    top: 10px;
}

/* 모바일 퀵메뉴 : 위로가기 */

#fixed-quickmenu {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}

#fixed-quickmenu div {
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

#fixed-quickmenu div a {
    display: block;
    color: #fff;
}

#fixed-quickmenu div span {
    font-size: 20px;
    padding: 8px;
    border: 1px solid #ea3219;
    background: #ea3219;
    color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -khtml-border-radius: 50px;
    -o-border-radius: 50px;
}

#fixed-quickmenu div span:hover {
    background: #fff;
    color: #ea3219;
}

/* 모바일 상단 고정 */

.header-fixed {
    position: fixed;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #333;
    width: 100%;
    left: 0;
    top: 0;
}

.header-fixed .gnb-area {
    text-align: right;
    border-bottom: 1px solid #dfdfe1;
    background: #f7f7f7;
    padding: 5px;
}

.header-fixed .gnb-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.header-fixed .gnb-area ul li {
    margin-left: 5px;
    float: left;
    display: inline;
}

.header-fixed .gnb-area ul li a {
    font-size: 11px;
    color: #555;
}

.header-fixed .trans-area {
    text-align: right;
    border-bottom: 1px solid #dfdfe1;
    background: #f7f7f7;
}

.header-fixed .trans-area .select-currency,
.header-fixed .trans-area .select-language {
    padding: 0;
    border-left: 1px solid #dfdfe1;
    text-align: right;
    position: relative;
}

.header-fixed .trans-area .select-currency {
    min-width: 80px;
}

.header-fixed .trans-area .select-language {
    min-width: 100px;
}

.header-fixed .trans-area .bulit {
    vertical-align: bottom;
    margin-bottom: 2px;
    margin-left: 5px;
}

.header-fixed .trans-area button {
    border: none;
    width: 100%;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 7px;
}

.header-fixed .trans-area .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    font-size: 13px;
    padding: 0;
}

.header-fixed .nav-area button {
    margin-bottom: 4px;
    margin-left: 3px;
    float: none;
}

.header-fixed .nav-area button img {
    width: 31px;
}

.header-fixed .nav-area h1 {
    margin: 8px 0 9px !important;
}

.header-fixed .nav-area h1 img {
    width: 137px;
}

.header-fixed .nav-area .mypage {
    float: right;
    margin-top: 18px;
    margin-right: 8px;
}

.header-fixed .nav-area .mypage img {
    width: 27px;
}

/* 모바일 좌측 nav */

.header-nav {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-left: 0 !important;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header-nav.in {
    visibility: visible;
    left: 0;
    bottom: 0;
    height: 100%;
}

.header-nav .btn-closed {
    display: block;
    position: absolute;
    right: 24px;
    top: 9px;
    padding: 0;
    border: none;
    text-shadow: none;
    opacity: 1;
}

.header-nav .btn-closed img {
    display: inline-block;
    height: 25px;
}

.header-nav-inner {
    width: 80%;
    height: auto;
    min-height: 100%;
    background: #ececec;
}

.header-nav a {
    text-decoration: none;
}

.header-nav .top {
    background: #333;
    height: 48px;
    padding-right: 22px;
}

.header-nav .top .home {
    display: block;
    float: left;
    width: 49px;
    height: 48px;
    text-align: center;
    background: #111;
}

.header-nav .top .home img {
    width: 28px;
    margin-top: 9px;
}

.header-nav .top .action {
    float: right;
    display: block;
    min-width: 68px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 4px 0;
    margin-left: 6px;
    margin-top: 12px;
    background: #6f6f6f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
}

.header-nav .write {
    padding: 15px;
}

.header-nav .write a {
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
    padding: 4px 25px 0px 40px;
    position: relative;
    line-height: 1;
}

.header-nav .write a:after {
    content: "";
    display: block;
    background: url("../imgs/navbar_write_bulit.png") no-repeat 0 0;
    width: 11px;
    height: 19px;
    position: absolute;
    right: 15px;
    top: 18px;
}

.header-nav .write a img {
    width: 21px;
    margin-right: 9px;
    vertical-align: middle;
    margin-bottom: 2px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}

.header-nav .write a.buying {
    background: #ea3219;
    margin-bottom: 5px;
}

.header-nav .write a.buying:after {
    color: #f5998c;
}

.header-nav .write a.delivery {
    background: #5a5a5a;
}

.header-nav .write a.delivery:after {
    color: #adadad;
}

.header-nav .menu {
    border-top: 1px solid #cacaca;
}

.header-nav .menu .panel {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #cacaca;
}

.header-nav .menu .panel a {
    color: #4b4b4b;
    font-size: 13px;
}

.header-nav .menu .panel-heading {
    background: #f6f6f6;
    font-weight: bold;
    position: relative;
    padding: 0;
}

.header-nav .menu .panel-heading:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #5a5a5a;
    position: absolute;
    left: 20px;
    top: 21px;
}

.header-nav .menu .panel-heading a {
    display: block;
    padding: 13px 0 13px 28px;
    color: #ec4c36;
}

.header-nav .menu .panel-heading a:after {
    font-weight: normal;
    content: "\e260";
    font-family: 'Glyphicons Halflings';
    display: block;
    position: absolute;
    right: 26px;
    top: 14px;
    color: #9d9d9d !important;
}

.header-nav .menu .panel-heading a.collapsed:after {
    content: "\e259";
}

.header-nav .menu .panel-heading a.collapsed {
    color: #4b4b4b;
}

.header-nav .menu .panel ul {
    list-style: none;
    margin: 0;
    box-shadow: none;
    margin: 0;
    padding: 12px 0 12px 40px;
    background: #ececec;
    border-top: 1px solid #cacaca;
    border-radius: 0;
}

.header-nav .menu .panel li {
    border: none;
    position: relative;
    padding: 0;
    padding-left: 7px;
    background: none;
    margin-bottom: 10px;
}

.header-nav .menu .panel li:last-child {
    margin-bottom: 0;
}

.header-nav .menu .panel li:before {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background: #4b4b4b;
    position: absolute;
    left: 0;
    top: 9px;
}

.header-nav .menu .panel li a {
    font-size: 12px;
    font-weight: normal;
}

.header-nav .anchor {
    padding: 20px 15px;
}

.header-nav .anchor .big-area {
    margin-bottom: 10px;
    overflow: hidden;
}

.header-nav .anchor .big-area a {
    float: left;
    display: block;
    width: 50%;
    margin-right: -1px;
    border: 1px solid #c5c5c5;
    padding: 15px 0 10px;
    text-align: center;
    background: #f6f6f6;
    font-size: 12px;
    color: #4b4b4b;
    font-weight: bold;
    min-height: 101px;
}

.header-nav .anchor .big-area a img {
    width: 35px;
    display: block;
    margin: 0 auto 5px;
}

.header-nav .anchor .small-area {
    width: 99.5%;
}

.header-nav .anchor .small-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-nav .anchor .small-area ul li {
    border: 1px solid #c5c5c5;
    margin-bottom: -1px;
    position: relative;
}

.header-nav .anchor .small-area ul li:after {
    font-weight: normal;
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #9d9d9d !important;
}

.header-nav .anchor .small-area ul li a {
    display: block;
    padding: 9px 0 9px 18px;
    background: #f6f6f6;
    color: #4b4b4b;
    font-size: 12px;
}

.header-nav .anchor .small-area ul li a img {
    width: 22px;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.header-nav .pc {
    text-align: center;
    background: #9a9a9a;
    border-top: 1px solid #8c8c8c;
}

.header-nav .pc a {
    padding: 11px 0;
    display: block;
    color: #fff;
}

/* 필수항목에 들어가는 클래스 */

.need-bulit {
    color: #c00;
    margin-right: 3px;
}

/* 이용안내, 신청서 작성시 등에 들어가는 설명 리스트 bulit-hyphen, bulit-star 등으로 추가*/

ul.explain-list {
    padding: 0;
    margin: 0;
}

ul.explain-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    line-height: 150%;
    margin-bottom: 2px;
}

ul.explain-list.bulit-hyphen li {
    padding-left: 10px;
}

ul.explain-list.bulit-hyphen li:before {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    top: 9px;
}

ul.explain-list.bulit-star li {
    padding-left: 10px;
}

ul.explain-list.bulit-star li:before {
    content: "*";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

ul.explain-list.bulit-dot li {
    padding-left: 10px;
}

ul.explain-list.bulit-dot li:before {
    content: "";
    width: 2px;
    height: 2px;
    background: #666;
    display: block;
    position: absolute;
    left: 2px;
    top: 9px;
}

ul.explain-list.bulit-caution li {
    padding-left: 15px;
}

ul.explain-list.bulit-caution li:before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    color: #444;
}

ul.explain-list.bulit-caution li.color-red:before {
    color: #f00;
}

@media (max-width: 767px) {
    .xs-float-none {
        float: none !important;
    }
}

/* ----------------------------------  공통사항 end ---------------------------------- */

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

/* ====================== header ======================  */

#header {
    position: relative;
    z-index: 11;
    zoom: 1;
    margin-bottom: 30px;
    width: 100%;
}

@media (max-width: 768px) {
    #header {
        margin-top: 90px;
    }
}

/* header-top */

#header .header-top {
    height: 37px;
    line-height: 35px;
    background-color: #f7f7f8;
    border-bottom: 1px solid #dcdcdc;
}

#header .header-top .container {
    z-index: 999;
}

#header .header-top .select-language>ul>li {
    float: left;
    color: #949494;
    font-size: 11px;
    padding: 0;
    position: relative;
}

#header .header-top .select-language>ul>li>a.selected {
    font-weight: bold;
}

#header .header-top .select-language .icon-ko {
    width: 20px;
    height: 20px;
    background: url('../imgs/icon-trans-ko.png') no-repeat center;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#header .header-top .select-language .selected .icon-ko {
    background: url('../imgs/icon-trans-ko-on.png') no-repeat center;
}

#header .header-top .select-language .icon-pt {
    width: 20px;
    height: 20px;
    background: url('../imgs/icon-trans-po.png') no-repeat center;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#header .header-top .select-language .selected .icon-pt {
    background: url('../imgs/icon-trans-po-on.png') no-repeat center;
}

#header .header-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    /*overflow: hidden;*/
}

#header .header-top ul li {
    position: relative;
}

#header .header-top ul li a {
    color: #757575;
    text-decoration: none;
    padding: 0 10px;
    font-size: 11px;
}

#header .header-top .right-gnb li:after {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background: #bebebe;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

#header .header-top .right-gnb li:last-child a {
    padding-right: 0;
    margin: 0;
}

#header .header-top .right-gnb li:last-child:after {
    display: none;
}

/* header-middle */

#header h1 {
    margin: 22px 0 20px;
}

#header h1 a {
    color: #444;
    text-decoration: none;
    display: block;
}

#header .gnb {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

#header .gnb li {
    display: inline-block;
    list-style: none;
}

#header .gnb li a.gnb-txt.login {
    background-color: #db352b;
}

#header .gnb-favorite {
    position: absolute;
    left: 15px;
    top: 0;
    display: block;
    padding-left: 20px;
    color: #444;
    font-size: 12px;
    text-decoration: none;
    background: url("../imgs/favorite_ico.gif") no-repeat 0 center;
}

/* header-bottom */

#header .header-bottom {
    background: #fff;
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
}

#header .lnb {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: visible;
    display: flex;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    align-items: center;
}

#header .lnb>li {
    flex-basis: 16.6666%;
    position: relative;
    align-self: center;
    display: table;
}

#header .lnb>li:before {
    content: "";
    background: #ccc;
    width: 1px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    position: absolute;
    right: 0;
}

#header .lnb>li a {
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #444;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    font-weight: bold;
}

#header .lnb>li:last-child:before {
    display: none;
}

#header .lnb li a:hover {
    color: #4857a2
}

#header .lnb .btn-mypage {
    position: absolute;
    right: 0;
    width: 270px;
    background-color: #4b4b4b;
    text-align: center;
}

#header .lnb .btn-mypage a {
    color: #fff;
}

#header .lnb .depth2 {
    display: none;
    position: absolute;
    left: 0;
    top: 47px;
    width: 150px;
    padding: 0 10px 5px;
    border: 1px solid #333;
    border-top: 1px solid #fff;
    z-index: 11;
    background: #fff;
}

#en #header .lnb .depth2 {
    top: 56px
}

#header .lnb .depth2 li {
    width: 100%;
    border-bottom: 1px dotted #ddd;
}

#header .lnb .depth2 li a {
    padding: 5px 10px;
}

#header .lnb .depth2 li:last-child {
    border-bottom: none;
}

#header .lnb li.open ul.depth2 {
    display: block;
}

#header .top-addr-wrap {
    float: right;
    margin-top: 20px;
}

#header .top-addr-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .top-addr-wrap li {
    float: left;
    width: 50%;
    position: relative;
}

#header .top-addr-wrap li:before {
    content: "";
    display: block;
    width: 1px;
    height: 57px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 0;
}

#header .top-addr-wrap li:last-child:before {
    display: none;
}

#header .top-addr-wrap li a {
    display: block;
    width: 225px;
    padding: 0 0 0 80px;
    text-decoration: none;
    color: #444;
    font-size: 12px;
    position: relative;
    font-weight: bold;
}

#header .top-addr-wrap li strong {
    font-size: 13px;
}

#header .top-addr-wrap li a:before {
    content: "";
    display: block;
    width: 44px;
    height: 54px;
    position: absolute;
    left: 20px;
    top: 0;
}

#header .top-addr-wrap li.iso-cn a:before {
    background: url("../imgs/top_addr_iso_cn.png") no-repeat left center;
}

#header .top-addr-wrap li.iso-kr a:before {
    background: url("../imgs/top_addr_iso_kr.png") no-repeat left center;
}

#header .top-addr-wrap li a:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url("../imgs/top_addr_view_btn.png") no-repeat 0 0;
    position: absolute;
    right: 14px;
    bottom: 0;
}

/* 전체카테고리 */

#header .lnb .all-sub-menu {
    position: static;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-width: 0 1px;
}

#header .lnb .all-sub-menu:before {
    display: none;
}

#header .lnb .all-sub-menu>a {
    line-height: 20px;
}

#header .lnb .all {
    position: static
}

#header .lnb .all span {
    position: absolute;
    left: 30px;
}

.all-layer {
    display: none;
}

.all-layer.open {
    display: block;
}

.all-layer {
    position: absolute;
    left: 0;
    top: 56px;
    min-width: 100%;
    padding: 25px 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #5e5e5e;
}

#pt .all-layer {
    top: 50px;
}

.all-layer .unit {
    float: left;
    width: 30%;
    min-height: 100px;
    margin: 0 15px 20px;
}

.all-layer h4 {
    text-align: left;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 8px 13px;
    border-bottom: 1px solid #5e5e5e;
}

.all-layer .list {
    list-style: none;
    padding: 0 0 0 12px;
    margin: 0;
}

.all-layer .list li {
    float: left;
    display: inline;
    position: relative;
    padding-right: 11px;
    margin-right: 11px;
    margin-bottom: 6px;
}

.all-layer .list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: 12px;
    background: #959595;
}

.all-layer .list li:last-child:after {
    display: none;
}

.all-layer .list li a {
    font-size: 13px;
    color: #444;
    font-weight: normal !important;
    height: auto !important;
    text-align: left !important;
    white-space: nowrap;
}

.all-layer .list li a:hover,
.all-layer .list li a:focus,
.all-layer .list li a:active {
    font-weight: normal;
    color: #4857a2;
}

.all-layer .close {
    position: absolute;
    right: 25px;
    top: 16px;
    font-size: 20px;
    color: #fc9292;
    opacity: 1;
    text-shadow: none;
}

/* 퀵메뉴추가 */

.fixedmenu {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 105px;
    margin-left: 1190px;
    padding: 0;
    background-color: #fff;
}

.fixedmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixedmenu ul li {
    margin-bottom: 5px;
}

.fixedmenu ul li a {
    display: block;
    text-align: center;
}

.fixedmenu ul li a img {
    display: block;
    margin: 0 auto;
}

.fixedmenu .top {
    background-color: #4c61ac;
    border-bottom: 0;
    color: #ffffff;
}

.fixedmenu .top a {
    padding: 0;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    #header .lnb>li.open>a:after {
        width: 100px;
        margin-left: -50px;
    }
    #header .header-top ul li a {
        padding: 0 6px;
    }
}

@media (max-width: 992px) {
    .fixedmenu {
        display: none;
    }
    #header .header-middle {
        margin-bottom: 20px;
    }
    #header h1 {
        max-width: 100%;
        text-align: center;
    }
}

/* footer */

.footer-top {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-top .cs-wrap {
    border-top: 2px solid #4c61ac;
    padding: 28px 0 32px;
}

.footer-top .cs-wrap .title-bar {
    margin-bottom: 26px;
}

.footer-top .cs-wrap h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}

.footer-top .cs-wrap .status {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.footer-top .cs-wrap .status span {
    min-width: 78px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    display: block;
}

.footer-top .cs-wrap .status .ing {
    background-color: #269ec6;
}

.footer-top .cs-wrap .status .out {
    background-color: #a1a1a1;
}

.footer-top .cs-wrap .iso {
    display: inline-block;
    margin-right: 8px;
}

.footer-top .cs-wrap .kr .iso img {
    margin-bottom: 10px;
}

.footer-top .cs-wrap .tel {
    font-size: 24px;
    color: #465caa;
    display: inline-block;
    font-weight: 600;
}

.footer-top .cs-wrap .working-kr {
    font-size: 13px;
    color: #333;
    display: inline-block;
    width: 352px;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 3px;
    line-height: 120%;
}

.footer-top .cs-wrap .nation.cn {
    border-top: 1px solid #dfdfdf;
    margin-top: 17px;
    padding-top: 15px;
}

.footer-top .cs-wrap .name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    width: 170px;
}

.footer-top .cs-wrap .working-time {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #333;
}

.footer-top .currency-wrap table {
    width: 100%;
    margin: 0;
}

.footer-top .currency-wrap table th,
.footer-top .currency-wrap table td {
    border: 1px solid #dfdfdf;
    text-align: center;
    padding: 9px;
    vertical-align: middle;
}

.footer-top .currency-wrap table th {
    background: #f8f8f8;
    font-weight: normal;
}

.footer-top .quick-wrap {
    border-top: 2px solid #4c61ac;
}

.footer-top .quick-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.footer-top .quick-wrap ul li {
    width: 33%;
    float: left;
    display: inline;
    text-align: center;
}

.footer-top .quick-wrap ul li a {
    display: inline-block;
    width: 100%;
    color: #444;
    font-size: 12px;
    text-decoration: none;
}

.footer-top .quick-wrap ul li img {
    margin: 25px auto 8px;
    display: block;
}

.footer-top .quick-wrap ul li .text {
    width: 120px;
    display: inline-block;
    line-height: 120%;
}

.footer-top .quick-wrap ul.list1 a {
    height: 160px;
}

.footer-top .quick-wrap ul.list2 {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0;
}

.footer-top .quick-wrap ul.list2 li {
    border-right: 1px solid #dfdfdf;
}

.footer-top .quick-wrap ul.list2 li:last-child {
    border-right: none;
}

.footer-top .quick-wrap ul.list2 a {
    height: 105px;
}

.footer-top .quick-wrap ul.list2 li img {
    margin-top: 5px;
}

@media (max-width: 768px) {
    .footer-top .cs-wrap {
        padding: 20px 0;
    }
    .footer-top .cs-wrap .status {
        margin-left: 0;
        margin-top: 5px;
        float: right;
        margin-bottom: 5px;
    }
    .footer-top .cs-wrap .nation.cn .status {
        margin-top: 0;
    }
    .footer-top .cs-wrap .title-bar {
        margin-bottom: 10px;
    }
    .footer-top .cs-wrap .working-kr {
        margin-left: 0;
    }
    .footer-top .cs-wrap .status span {
        height: 25px;
        line-height: 25px;
        padding: 0 13px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    .footer-top .quick-wrap {
        border-top: none;
    }
    .footer-top .quick-wrap ul li .text {
        width: 80%;
    }
    .footer-top .quick-wrap ul.list1 a {
        height: 180px;
    }
    .footer-top .quick-wrap ul.list2 a {
        height: 120px;
    }
}

.footer-middle {
    border: 1px solid #dfdfdf;
    border-width: 1px 0;
    text-align: center;
}

.footer-middle ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-middle ul li {
    display: inline-block;
    position: relative;
}

.footer-middle ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 16px;
    background: #dfdfdf;
}

.footer-middle ul li:last-child:before {
    display: none;
}

.footer-middle ul a {
    text-decoration: none;
    font-size: 12px;
    color: #444;
    padding: 12px 25px;
    display: block;
}

.footer-middle ul a:hover {
    color: #000;
}

@media (max-width: 768px) {
    .footer-middle ul a {
        padding: 12px 10px;
    }
}

.footer-bottom {
    background: #f8f8f8;
    padding: 40px 0;
    text-align: center;
    color: #666;
    font-size: 12px;
}

.footer-bottom h3 {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
}

.footer-bottom h4 {
    font-size: 13px;
    font-weight: 600;
    color: #444;
}

.footer-bottom a {
    color: #666;
}

.footer-bottom .copyright {
    text-transform: uppercase;
    margin-top: 20px;
}

@media (min-width: 992px) {
    #header .header-middle .pull-right {
        padding-right: 0;
    }
}

@media (max-width: 768px) {}

/*  */

.fixed-header-app {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 14px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: #fff;
    color: #666;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
}

.fixed-binbox {
    width: 100%;
    height: 51px;
    background: #fff;
    margin-bottom: 8px;
}

.fixed-header-app a.goBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px;
}

/* 상단주소 */

.top_address_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.top_address_popup .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10000px;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.top_address_popup .layer {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 580px;
    height: auto;
    background: #fff;
    z-index: 10;
    padding: 20px 30px 40px 30px;
    border: 1px solid #4b4b4b;
}

.top_address_popup .layer .popup_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 100;
}

.top_address_popup table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.top_address_popup table th,
.top_address_popup table td {
    line-height: 20px;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    color: #4b4b4b;
}

.top_address_popup table th {
    font-weight: bold;
    background: #f8f8f8;
    border: none;
    border-top: 1px solid #e2e2e2;
    padding: 10px 20px;
}

.top_address_popup table td {
    padding-left: 17px;
    color: #727272;
    border: none;
    border-top: 1px solid #e2e2e2;
}

.top_address_popup table td strong {
    color: #e71a2f;
}

.top_address_popup table td a.copy_btn {
    position: absolute;
    right: 8px;
    top: 20px;
    display: block;
    background-color: #a3a3a3;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}