/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

.clr_blue {color:#007FC8} /* 고도몰 블루 스타일 */
.clr_red {color:#FF6C68} /* 고도몰 레드 스타일 */

.zline1 {border-bottom:1px solid #999999;}
.zborder1 {border:1px solid #0000ff;}

/** 헤더 관련 설정 추가 **/
/* 상단 검색창에 검색분류 기능 추가 */
.header-title .header-title-search .eyoom-form .select > select {width:100px;height:50px;padding:0 20 0 15px;}
/*.header-title .header-title-search .eyoom-form .select i {top:10px;width:27px;}*/
.header-title .header-title-search .eyoom-form .select i {position: absolute;
  top: 50%;
  /*right: 15px; /* 오른쪽 여백 */
  transform: translateY(-50%); /* 내 높이의 절반만큼 위로 끌어올림 */}
.header-title .header-title-search .eyoom-form .search_blank {width:5px;}

/* 상단 검색창 설정 */
.header-title .header-title-search {position:absolute;top:25px;left:50%;width:420px;height:50px;transform:translateX(-50%)}
/*.header-title .header-title-search {border:1px solid #0000FF}*/
.header-title .header-title-search .eyoom-form .input > input {width:310px;height:50px;padding:0 50px 0 10px;border:5px solid #F1EEEA !important;background:#F1EEEA}
.header-title .header-title-search .eyoom-form .input > input:focus {border:2px solid #EE2B7B;box-shadow:0 none}
.header-title .header-title-search .eyoom-form .input > input::-moz-placeholder {color:#333}
.header-title .header-title-search .eyoom-form .input > input:-ms-input-placeholder {color:#333}
.header-title .header-title-search .eyoom-form .input > input::-webkit-input-placeholder {color:#333}
.header-title .header-title-search .eyoom-form .input-button .button {top:5px;right:5px;width:40px;height:40px;line-height:40px;font-size:16px;padding:0;text-align:center;background:#EE2B7B;color:#F1EEEA;border:0;opacity:1;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}
.header-title .header-title-search .eyoom-form .input-button .button:hover {background:#ee4d90}

.header-title .header-title-btn-wrap {position:absolute;top:24px;right:.75rem;width: 200px;}

.login-info li {float:right;font-size:13px;line-height:25px;font-weight:500;color:#333333;}


/* 하단 관련 설정 추가 */
.footer {position:relative;padding: 40px 0;border-top:1px solid #ddd}
.footer-top {margin-bottom: 40px;padding-bottom: 40px;border-bottom:1px solid #ddd}
.footer-top .footer-grid > li .item h4 {margin-bottom: 15px;font-size: 19px;font-weight: 600;color: #EE2B7B}
.footer-top .footer-grid > li .item .content h6 {margin-bottom: 7px;font-size: 22px;font-weight: 700;color: #707070}
.footer-top .footer-grid > li .item .content {line-height: 1.7;font-size: 13px;color: #707070}
.footer-top .footer-grid > li .item .content strong {margin-right:5px;}
.footer-top .footer-grid > li .item .content a {font-size: 15px;font-weight: 500;color: #707070}
.footer-top .footer-grid > li .item .content a:hover {color: #EE2B7B}
.footer-top .footer-grid > li .item ul li + li {margin-top: 10px}
.footer-bottom .footer-logo a img {max-height:40px}
.footer-bottom .copyright {font-size: 13px;color: #707070}



/* 메인페이지 관련 설정 추가 */
/*---------- Headline Short ----------*/
.headline-short {position:relative}
.headline-short h1,.headline-short h2,.headline-short h3,.headline-short h4,.headline-short h5,.headline-short h6 {position:relative;margin:0 0 30px}
.headline-short h1:after,.headline-short h2:after,.headline-short h3:after,.headline-short h4:after,.headline-short h5:after,.headline-short h6:after {content:"";display:block;position:absolute;bottom:-10px;left:0;width:15px;height:2px;background:#EE2B7B}
.headline-short .headline-btn {position:absolute;top:0;right:0}
@media (max-width:500px) {
    .headline-short.headline-btn h1,.headline-short.headline-btn h2,.headline-short.headline-btn h3,.headline-short.headline-btn h4,.headline-short.headline-btn h5,.headline-short.headline-btn h6 {width:200px}
}