@charset "utf-8";
/* SIR 지운아빠 */
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

/* 초기화 */
html {
    overflow-y: scroll;
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: -0.7px;
    font-family: 'scoredream', 'Play', sans-serif;
    overflow-x: hidden;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'scoredream', 'Play', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul,
li,
dd,
dl,
dt {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cf:after {
    display: block;
    content: "";
    clear: both;
}

.hide {
    display: none;
}

#hd ul,
nav ul,
#ft ul {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,
input,
button,
select,
img {
    vertical-align: middle
}

input,
button {
    margin: 0;
    padding: 0;
    font-size: 1em
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: dotum;
    font-size: 1em
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5em;
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a:link,
a:visited {
    color: #565656;
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
}

/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 970px;
    height: 0
}

@media screen and (max-width:767px) {
    #hd_pop {
        z-index: 1000;
        position: relative;
        margin: 0 auto;
        width: 100% !important;
        height: 0
    }

    #hd_pop img {
        max-width: 100%
    }
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    /*border:1px solid #e9e9e9*/
    ;
    background: #fff;
    box-shadow: 0 0 3px #333
}

@media screen and (max-width:767px) {
    .hd_pops {
        width: 100% !important;
        position: absolute;
        top: 0px !important;
        left: 0 !important
    }

    .hd_pops img {
        width: 100% !important;
        height: 100% !important
    }
}

.hd_pops_con {}

@media screen and (max-width:767px) {
    .hd_pops_con {
        width: 100% !important;
        height: 100% !important;
    }
}

.hd_pops_footer {
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: right
}

@media screen and (max-width:767px) {
    .hd_pops_footer {
        width: 100% !important
    }
}

.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff;
    font-size: 0.90em;
}


/* 전체 검색 */
#hd_sch {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    border: 1px solid #c3c6ca
}

#hd_sch legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

#hd_sch #sch_stx {
    padding-left: 5px;
    width: 110px;
    height: 24px;
    border: 0;
    background: #fff;
    line-height: 1.9em !important;
    line-height: 1.6em
}

#hd_sch #sch_submit {
    padding: 0 5px;
    height: 26px;
    border: 0;
    background: #e2e6eb;
    color: #333;
    cursor: pointer
}

/* 텍스트 크기 조절 */
#text_size {
    float: left;
    margin: 0 0 0 10px;
    letter-spacing: -3px
}

#text_size button {
    margin: 0;
    padding: 1px 2px;
    border: 1px solid #c3c6ca;
    background: transparent;
    vertical-align: middle;
    cursor: pointer
}

.ts_up {
    font-size: 1.167em !important
}

.ts_up2 {
    font-size: 1.3em !important
}


/* 상단 레이아웃 */
#hd {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease;
    background: #fff;
}

#hd[data-show="active"] {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#hd[data-show="active"] #logo {
    padding: 25px;
}

#hd.on {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #eee;
}

#hd.on #logo {
    padding: 15px 20px;
}

#hd.on #logo img {
    height: 35px;
}

.hd_zindex {
    z-index: 999 !important
}

#hd_h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.top_info {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
}

.top_info > li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.top_info > li::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #ccc;
    width: 1px;
    height: 15px;
}
.top_info > li:last-child::after{
    display: none;
}
.top_info > li > a {
    font-size: 16px;
    font-weight: 600;
    line-height: 65px;
    color: #444;
}

.top_info > li > a > i{
    margin: 0 5px 0 0;
}
.top_info > li:hover > a {
    color: #ff1c48;
}

.top_info > li.login > a {
}

.top_info > li > a > img {
    /*    height: 35px;*/
}

#hd.on .top_info {}

/* 상단 메뉴*/
#topm {
    background: #1f3c88;
}

#topm_in {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

#topm_in:after {
    display: block;
    content: "";
    clear: both;
}

/*언어*/
/*.fs { width:120px; position:absolute; top:2px; right:0px; z-index:1001;}
.fs a:before{content:"";}
.fs dt{cursor:pointer; border:1px solid #C9C9C9; width:100%; line-height:25px; text-align:left; text-indent:10px; border-radius:2px;
			  background:url(../img/common/btn_lnb_off.gif) #FBFBFB no-repeat 95% 50% /auto 65%; color:#df2424;}
.fs dd{display:none; position:absolute; left:0; right:0; top:27px; z-index:100; width:100%; border:1px solid #ccc; border-top:0; border-radius:0 0 2px 2px;}
.fs dd a{display:block; width:100%; text-align:left; padding:0; margin:0; line-height:23px;  text-indent:10px;
				border-top:1px dashed #999; background:#FBFBFB; margin-top:-1px;}
.fs:hover dt{border:1px solid #999;}
.fs:hover dd{border:1px solid #999; border-top:0;}
.fs dd a:hover{background:#EFEFEF; font-weight:600; color:#333;}*/

.inr {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.inr:after {
    content: '';
    display: block;
    clear: both;
}


#tnb {
    float: right;
    margin: 0 0px 0 0 !important;
    padding: 0;
    list-style: none;
    zoom: 1;
    border-left: 1px solid rgba(250, 250, 250, 0.2);
}

#tnb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#tnb li {
    float: left;
}

#tnb a {
    display: inline-block;
    color: #fff;
    font-size: 1.15em;
    line-height: 40px;
    border-right: 1px solid rgba(250, 250, 250, 0.2);
    padding: 0 15px;
}

#tnb .fas {
    margin-right: 5px;
}

#hd_wrapper {
    position: relative;
    margin: 0 auto;
    zoom: 1;
}

#hd_wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#hd_wrapper.container {
    padding-left: 0;
    padding-right: 0;
}

#logo {
    display: inline-block;
    text-align: left;
    padding: 15px 20px;
}

#logo a img {
    height: 35px;
}

/* 메인메뉴 */
#gnb {
    position: absolute;
    top: 0px;
    left: 510px;
    text-align: center;
}

#gnb h2 {
    display: none;
}

#gnb_1dul {
    margin: 0 auto !important;
    padding: 0;
    width: 100%;
    zoom: 1;
}

#gnb_1dul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.gnb_1dli {
    z-index: 10;
    position: relative;
    float: left
}

.gnb_1da {
    display: inline-block;
    padding: 45px 40px 40px 40px;
    font-size: 1.6em;
    color: #333 !important;
    letter-spacing: -1px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 5;
}

.gnb_1da span {
    display: block;
    width: 0px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 0px;
    background: #1f3c88;
    transform: translateX(-50%);
    transition: all 0s;
}

.gnb_1dli:focus,
.gnb_1dli:hover span {
    width: 100%;
    transition: all 0.5s;
}

.gnb_1dli:focus,
.gnb_1dli:hover {
    color: #111;
}

.gnb_1dli {
    position: relative;
}

.gnb_2dul {
    display: none;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 0px 0 !important;
}

/*#gnb #gnb_1dul .gnb_1dli:nth-child(3) .gnb_2dul{ width:170px; left:15px;}
#gnb #gnb_1dul .gnb_1dli:nth-child(4) .gnb_2dul{ width:160px;left:-20px}
#gnb #gnb_1dul .gnb_1dli:nth-child(5) .gnb_2dul{ width:160px;left:-25px}*/
.gnb_2dli {
    padding: 0 0 0 0px;
    border-bottom: 1px dotted #ccc;
}

.gnb_2dul .gnb_2dli:last-child {
    border-bottom: none;
}

.gnb_2da {
    display: block;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    color: #777 !important;
}

/* 1차메뉴 hover했을때 2차메뉴 안나오게 하기위해 주석처림 함*/

/*1차메뉴hover*/
#gnb .gnb_1dli:focus .gnb_1da,
#gnb .gnb_1dli:hover .gnb_1da,
#gnb .gnb_1dli.hov .gnb_1da {
    text-decoration: none;
    color: #222 !important;
}

/*2차메뉴hover*/
#gnb .gnb_2da:focus,
#gnb .gnb_2da:hover {
    font-weight: 500 !important;
    color: #333 !important;
    background: #f7f7f7;
}

#gnb_empty {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 2em
}

#gnb_empty a {
    text-decoration: underline
}

#hd .mobile_home {
    display: none;
}

#hd .nav_open {
    display: none;
}

/* 중간 레이아웃 */
#wrapper {
    z-index: 5;
    margin: 0 auto;
    margin-top: 0 !important;
    width: 100%;
    zoom: 1;
    background: #fff;
}

#wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#aside {
    float: right;
    margin: 0 0 0 -1px;
    width: 210px;
    border-left: 1px solid #dde4e9;
    background: #fff
}

#container_index {
    position: relative;
    width: 100%;
    height: auto !important;
    font-size: 1em;
    background: #fff;
    zoom: 1;
}

#container {
    width: 1100px;
    margin: 0px auto;
    height: auto !important;
    background: #fff;
    font-size: 1em;
    zoom: 1;
    position: relative;
}

#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#scont_wrap {}

#scont_wrap2 {
    width: 100%;
    padding: 70px 0;
    min-height: 500px;
}

#scont {
    padding: 100px 0;
    width: 100%;
    min-height: 600px;
}

/*서브-타이틀부분*/
#sub_title {
    position: relative;
    padding-bottom: 30px;
}

.container_title {
    font-size: 2.8em;
    color: #333;
    line-height: 1em;
    letter-spacing: -1.5px;
    font-weight: 400;
    text-align: center;
    text-indent: 10px;
}

/*푸터-카피라이터*/
#footer {
    padding: 250px 0 50px;
    width: 100%;
    background: url(../img/main/main_bg.jpg)no-repeat;
    text-align: center;
    background-size: cover;
}

.foot_menu {
    width: 100%;
    height: 55px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #e5e5e5;
}

.foot_menu .fm {
    width: 1100px;
    margin: 0 auto;
}

.foot_menu li {
    display: inline-block;
    line-height: 55px;
    margin-right: 20px;
}

.foot_menu li a {
    font-size: 15px;
    color: #444;
}

.footer_in {
    width: 30%;
    max-width: 1300px;
    margin: 0 auto;
}

.footer_in > h3 {
    font-size: 35px;
    font-weight: 200;
    color: #fff;
    line-height: 1.4em;
    word-break: keep-all;
}

.footer_in > h3 .bold {
    font-weight: 400;
}

.footer_in address {
    margin: 0 5%;
    padding: 0;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
}

.footer_in address h1 {
    margin: 0 5px 0 0;
}

.footer_in address h1,
.footer_in address p {
    display: inline-block;
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    letter-spacing: 0px;
    word-break: keep-all;
}

.footer_in address strong {
    font-weight: 400;
    opacity: 0.8;
}

.footer_in address p.co {
    font-family: 'Play';
    display: block;
    padding: 20px 0 0;
    font-size: 13px;
    letter-spacing: 0px;
    color: #fff;
}

.footer_in address .info {
    display: table;
    margin: 0 auto;
}

.footer_in address .info li {
    position: relative;
}

.footer_in address .info li::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
}

.footer_in address .info li:last-child::after {
    display: none;
}

.footer_in address .info a {
    color: #fff;
    padding: 0 20px;
}

.footer_in address p{
    margin: 20px 0 0;
}
.footer_in p span {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
}

/*퀵메뉴*/
#quick {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
    width: 65px;
    text-align: center;
}

#quick a {
    display: block;
    margin: 20px 0 0;
    font-size: 1.0em;
    font-weight: 600;
    color: #444;
}

#quick a.login img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    background: #ff1c48;
}


#quick a.kakao img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    background: #fae300;
}

#quick span {
    display: block;
    margin: 5px 0 0;
}


/*브라우저 상하단이동버튼*/
#gobtn {
    position: fixed;
    display: block;
    right: 30px;
    bottom: 30px;
    display: none;
    z-index: 9999;
}

.goHd,
.goFt {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
    text-indent: -9999px;
    position: relative;
    transition: all 0.5s;
    border-radius: 50px;
    display: block;
    border: 1px solid #ff5e80;
}

.goHd span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 15px;
    height: 15px;
    border-left: 2px solid #ff5e80;
    border-top: 2px solid #ff5e80;
    border-radius: 2px;
    transform: translate(-50%, -30%) rotate(45deg);
}

.goFt span {
    position: absolute;
    top: 40%;
    left: 12px;
    display: block;
    width: 15px;
    height: 15px;
    border-left: 2px solid #666;
    border-top: 2px solid #666;
    border-radius: 2px;
    transform: translateY(-50%) rotate(-135deg);
}

.goHd:hover,
.goFt:hover {
    background: #ff5e80;
    border: 1px solid #ff5e80;
}

.goHd:hover span,
.goFt:hover span {
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
}


.area_store {
    text-align: center;
    margin: 30px 0 0
}

.area_store > li {
    display: inline-block;
    float: inherit;
    margin: 0 10px 0 0;
    border: 2px solid #000;
/*    max-width: 375px;*/
    box-sizing: border-box;
    border-radius: 100px;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 500;
	width: auto;
	padding: 0;
}

.area_store > li:last-child {
    margin: 0;
}

.area_store > li.pc {
    display: block;
/*    width: 100%;*/
    margin: 0;
}

.area_store > li.mo {
    display: none;
}

.area_store > li > a {
    display: flex;
	align-items: center;
	justify-content: center;
    padding: 5px 15px;
    box-sizing: border-box;
    text-align: center;
    color: #000;
}

.area_store > li > a > img {
    height: 30px;
}

.area_store > li > a > img.on {
    display: none;
}
.area_store > li > a > span{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../img/main/main_bg03.png) no-repeat center/contain;
}

/*
.area_store > li:hover{background:#202744;}
.area_store > li:hover > a > img{display:none;}
.area_store > li:hover > a > img.on{display:inline-block;}
*/

#footer .area_store {
    margin: 40px 0 80px !important;
}

#footer .area_store > li {
    float: inherit;
    border: 2px solid #fff;
    background: transparent;
}

#footer .area_store > li:hover {
    background: #333;
    border: 2px solid #333;
}

#footer .area_store > li > a{
	padding: 20px;
	color: #fff;
}
#footer .area_store > li:hover > a > img {
    display: inline-block;
}
.login_btn{
    display: none;
}

@media (max-width: 1400px) {
    .inr {
        width: 90%;
    }
}

@media (max-width: 1200px) {}

@media (max-width:1024px) {
    #footer {
        padding: 180px 0 50px;
    }

    .footer_in {
        width: 90%;
    }
}

@media (max-width:1000px) {
    #hd {
        min-width: 100%;
    }

    #hd_wrapper {
        width: 100%;
    }

    /* 상단 메뉴*/
    #topm {}

    #topm_in {
        width: 100%;
    }

    /*언어*/
    .fs {
        width: 100px;
        right: 3px;
    }

    .fs dt {
        line-height: 20px;
        font-size: 0.9em;
    }

    .fs dd {
        top: 22px;
    }

    .fs dd a {
        line-height: 20px;
    }

    #tnb {
        float: right;
        list-style: none;
        zoom: 1;
    }

    #tnb:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #tnb li {
        float: left;
    }

    #tnb a {
        line-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }



    #gnb {
        display: none;
    }

    /*#hd .mobile_home{ display:block; position:absolute; top:25px; left:15px;}
#hd .mobile_home a{font-size:30px; display:inline-block; line-height:30px; color:#777;}*/

    /* 모바일 카테고리 왼쪽메뉴 */
    #hd .nav_open {
        display: block;
        position: absolute;
        top: 22px;
        right: 15px;
    }

    #hd .nav_open a {
        font-size: 25px;
        display: inline-block;
        line-height: 30px;
        color: #666;
    }

    #hd span {
        display: block;
        width: 25px;
        height: 0;
        background: #666;
        margin-bottom: 6px;
    }

    #hd_tnb {
        margin: 40px 0 15px !important;
    }

    #hd_tnb li {
        float: left;
        width: 100%;
    }

    #hd_tnb li.adm,
    #hd_tnb li.mod {
        width: 100%;
    }

    #hd_tnb li.adm a {
        background: #FFCF4D;
        color: #1a1a1a;
        font-weight: 600;
    }

    #hd_tnb li.mod a {}

    #hd_tnb li a {
        color: #fff;
        background: #000;
        text-align: center;
        display: block;
        line-height: 35px;
        margin: 3px;
    }

    #navtoggle {
        position: absolute;
        width: 80%;
        height: 100%;
        right: 0;
        top: 0;
        background: #f3f3f3;
        overflow: auto;
        z-index: 102;
    }

    #navtoggle .close {
        padding: 5px;
        position: absolute;
        z-index: 1001;
        left: 20px;
        top: 20px;
        display: block;
        opacity: 1;
        width: 20px;
        height: 20px;
        background: url(../img/common/icon_close.png) no-repeat 50%
    }

    #navtoggle .scroll {
        position: relative;
        height: 100%;
        overflow-y: scroll;
        padding: 5%;
    }

    #navtoggle ul li {
        padding: 0;
    }

    #navtoggle #left_menu {
        width: 100%;
        position: relative;
        height: 100%;
        text-align: left;
        top: 50px;
        z-index: 1000;
        text-indent: 5%;
    }

    #navtoggle #left_menu .title {
        color: #000;
        line-height: 40px;
        font-size: 1.35em;
        padding: 10px 0 5px;
        border-bottom: 1px solid #9c9c9c;
        font-weight: bold;
        letter-spacing: -1px
    }

    #navtoggle .title {
        color: #000;
        line-height: 40px;
        font-size: 1.35em;
        padding: 10px 0 5px;
        border-bottom: 1px solid #9c9c9c;
        font-weight: bold;
        letter-spacing: -1px
    }

    #navtoggle #mgnb_1dul {
        border-top: 2px solid #1f3c88;
    }

    /*1차메뉴*/
    li.mgnb_1dli a.mgnb_1da {
        display: block;
        font-size: 1.3em;
        line-height: 3em;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #ddd;
        color: #333 !important;
    }

    li.mgnb_1dli a.mgnb_1da.on {
        border-bottom: 0;
    }

    li.mgnb_1dli a.mgnb_1da .fa-angle-down {
        position: absolute;
        right: 10%;
        top: 15px;
    }

    li.mgnb_1dli a.selected {
        color: #FFF;
        font-weight: 600;
        border-bottom: 0;
    }

    /*2차메뉴*/
    ul.mgnb_2dul {
        border-bottom: 1px solid #ddd;
        background: #fff;
        padding-top: 10px;
        padding-bottom: 10px !important;
        display: none;
    }

    li.mgnb_2dli a.mgnb_2da:before {
        content: "";
        display: inline-block;
        width: 2px;
        height: 2px;
        background: #fff;
        margin-right: 4px;
        margin-bottom: 3px;
    }

    li.mgnb_2dli a.mgnb_2da {
        color: #555;
        display: block;
        font-size: 1.2em;
        line-height: 2em;
        text-indent: 5%;
        background: none;
    }


    #container {
        width: 100%;
        margin: 0 auto;
    }

    #scont_wrap {
        margin-left: 0;
        padding: 0px 0 30px 0;
        min-height: 300px;
        width: 100%;
    }

    #scont_wrap2 {
        padding: 20px 0;
        min-height: 300px;
    }

    #scont {
        padding: 30px 10px 0 10px;
        width: 100%;
    }

    #sub_title {
        text-align: center;
    }

    .container_title {
        font-size: 2em;
    }

}

@media (max-width:950px) {
    .area_store {
        margin: 0 !important;
    }

    #footer {
        padding: 150px 0 50px;
    }

    .footer_in > h3 {
        font-size: 30px;
    }

    #footer .area_store {
        margin: 30px 0 60px !important;
    }

    .footer_in address {
        padding: 50px 0 0;
    }

    #gobtn {
        right: 20px;
        bottom: 20px;
    }

    .goHd,
    .goFt {
        width: 50px;
        height: 50px;
    }
}

@media (max-width:768px) {

    #logo {}

    #hd[data-show="active"] #logo {
        padding: 20px;
    }

    #logo a img {
        height: 35px;
    }

    #hd.on #logo img {
        height: 35px;
    }

    .area_store > li > a ,
	#footer .area_store > li > a {
        padding: 8px 15px;
    }

    .area_store > li > a > img {
        height: 25px;
    }

    .top_info {
        right: 0;
    }

    .top_info > li {
        padding: 0 10px;
        line-height: 50px;
    }

    .top_info > li > a {
        font-size: 15px;
    }

    #hd.on .top_info {}

    #footer {
        padding: 150px 0
    }

    #footer .area_store {
        margin: 20px 0 30px !important;
    }

    .footer_in address {
        padding: 30px 0 0;
    }

    .footer_in > h3 {
        font-size: 27px;
        width: 60%;
        margin: 0 auto;
        word-break: keep-all;
    }

    #gobtn {
        right: 10px;
        bottom: 10px;
    }

    .goHd,
    .goFt {
        width: 40px;
        height: 40px;
    }

    .goHd span {
        width: 10px;
        height: 10px;
    }

    .footer_in .info {
        padding: 5px 20px;
    }

    .area_store > li {
        margin: 0 5px 0 0;
    }

    .area_store > li.pc {
        display: none;
    }

    .area_store > li.mo {
        width: auto;
        display: inline-block;
        border: 1px solid #000;
    }
    
    #quick{
        right: 10px;
        bottom: 70px;
        width: 80px;
    }
    #quick a{
        margin: 0;
    }
    #quick a.kakao img{
        width: 50px;
        height: 50px;
    }
    #quick a.login{
        display: none;
    }
    a.login_btn{
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        line-height: 3em;
        background: #ff1c48;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        z-index: 999;
    }

}

@media (max-width:600px) {}

@media (max-width:550px) {
    #logo {
        padding: 15px 20px;
    }

    #hd[data-show="active"] #logo {
        padding: 15px;
    }

    #logo a img {
        height: 30px;
        padding: 5px 0;
    }

    .top_info > li.login > a {
        line-height: 55px;
    }

    #hd.on #logo {
        padding: 15px;
    }

    #hd.on #logo img {
        height: 30px;
        padding: 5px 0;
    }


    .top_info > li {}

    .top_info > li > a {
        font-size: 14px;
        line-height: 55px;
    }
    

    #hd.on .top_info {}

    .footer_in > h3 {
        width: 80%;
        font-size: 25px;
    }

    #footer .area_store {
        margin: 10px 0 30px !important;
    }

    #footer .area_store > li {
        border: 1px solid #fff;
    }

    .footer_in .info {
        margin: 10px 0;
    }

    .footer_in .info p {
        font-size: 16px;
    }
}

@media (max-width:450px) {
    #logo {
        padding: 10px;
    }

    .top_info {
    }

    #hd.on #logo {
        padding: 10px;
    }

    .top_info > li.login > a {
        line-height: 50px;
    }


    #footer {}

    .footer_in > h3 {
        font-size: 22px;
    }

    .top_info > li > a {
        font-size: 13px;
        line-height: 45px;
    }

    #hd.on .top_info {}

    .footer_in .info {
        padding: 5px 10px;
    }

    .footer_in .info p {
        font-size: 14px;
    }

    #footer .area_store > li > a {
        padding: 8px 15px;
    }

    .area_store > li > a > img {
        height: 18px;
    }
}

@media (max-width:400px) {
    .footer_in .info p {
        font-size: 13px;
    }
}

/* 게시물 선택복사 선택이동 */
#copymove {}

.copymove_current {
    float: right;
    color: #ff3061
}

.copymove_currentbg {
    background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
    width: 100%;
    height: auto
}

/* ckeditor 단축키 */
.cke_sc {
    margin: 0 0 5px;
    text-align: right
}

.btn_cke_sc {
    display: inline-block;
    padding: 0 10px;
    height: 23px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer
}

.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center
}

.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1
}

.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
    width: 20%;
    font-weight: bold
}

.cke_sc_def dd {
    width: 30%
}


/* 사이드뷰 */
.sv_wrap {
    display: inline-block;
    position: relative;
    font-weight: normal
}

.sv_wrap .sv {
    z-index: 1000;
    display: none;
    margin: 5px 0 0;
    border: 1px solid #283646
}

.sv_wrap .sv a {
    display: inline-block;
    margin: 0;
    padding: 3px;
    width: 94px;
    border-bottom: 1px solid #283646;
    background: #111;
    color: #fff !important
}

.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
    text-decoration: none
}

.sv_on {
    display: block !important;
    position: absolute;
    top: 10px;
    left: 20px;
    width: auto;
    height: auto
}

.sv_nojs .sv {
    display: block
}

/* 페이징 */
.pg_wrap {
    clear: both;
    margin: 0 0 20px;
    padding: 20px 0 0;
    text-align: center
}

.pg {}

.pg_page,
.pg_current {
    display: inline-block;
    padding: 0 8px;
    height: 25px;
    color: #000;
    letter-spacing: 0;
    line-height: 2.2em;
    vertical-align: middle
}

.pg a:focus,
.pg a:hover {
    text-decoration: none
}

.pg_page {
    background: #e4eaec;
    text-decoration: none
}

.pg_start,
.pg_prev {
    /* 이전 */
}

.pg_end,
.pg_next {
    /* 다음 */
}

.pg_current {
    display: inline-block;
    margin: 0 4px 0 0;
    background: #333;
    color: #fff;
    font-weight: normal
}

/* Mobile화면으로 */
#device_change {
    display: block;
    margin: 0.3em;
    padding: 0.5em 0;
    border: 1px solid #eee;
    border-radius: 2em;
    background: #fff;
    color: #000;
    font-size: 2em;
    text-decoration: none;
    text-align: center
}

/*메일인증*/
.rg_em {
    margin-top: 5px
}

.rg_em caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio {
    display: block;
    margin: 5px 0 10px;
}

#captcha.m_captcha #captcha_key {
    margin-left: 3px
}

#captcha.m_captcha #captcha_reload span {
    background: none;
    display: inline
}

#captcha.m_captcha #captcha_reload {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 10px;
    height: 43px;
    border: 0;
    background: #e4eaec;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer
}
