@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url( "http://fonts.googleapis.com/earlyaccess/notosanskr.css" );


body { font-family: 'Noto Sans KR', sans-serif; font-weight:300; }


body { font-size: 16px; color:#666; letter-spacing:-0.020em; line-height: 22px; background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko { font-size:18px; letter-spacing:-0.020em; line-height: 22px; color: #666; }
a { color:#666; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #fe0000; text-decoration: none; outline:none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en, h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a { }
.ko, .ko small {  }
.sns-share-icon img { width:100%; max-width:34px; border-radius:50%; }
h1, .h1, h2, .h2, h3, .h3 { margin-top: 0; margin-bottom: 0; }
ul, ol { margin-top: 0; margin-bottom: 0; }
p { margin: 0 0 0px; }
dl { margin-bottom: 0px; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.is-pc .at-body { min-height:600px; }
.at-body .at-container { padding:0px 0px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:70px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; }
@media all and (max-width:1199px) {
	.at-body .at-container { padding:0px 10px !important; }
}
@media all and (max-width:991px) {
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }

}

/********************************************************
■ LNB : 최상단의 즐겨찾기, RSS, 로그인, 회원가입 영역
********************************************************/
.at-lnb { background: #fff; height: 38px; line-height: 38px; font-size:15px; }
.en .at-lnb { font-size:12px; }
.at-lnb ul {  width:100%; list-style: none; margin: 0px; padding:0 0 2px 0; }
.at-lnb ul > li { float: left; padding: 0px 10px; line-height: 30px; width:100%; }
.at-lnb ul > li::after { float: right; color:#ccc; content: "|"; margin-right:-12px; font-size: 12px; display:none; }
.at-lnb ul > li:last-child::after { content: ""; margin-right:0px; }
.at-lnb ul > li > a { color: #666; float:left; font-size:15px; letter-spacing:0; display: block; text-align: center; width: 100%; }
.at-lnb .button { text-align:left; }
.at-lnb .button a { margin:10px 5px; padding: 0px 15px 3px 15px; color:#282828; font-weight:600; letter-spacing:-0.015em; }
.at-lnb .button span { color:#f12326; font-size:18px; font-weight:500; padding:0 0 0 8px; margin:0; }
@media all and (max-width:991px) {
	.responsive .at-lnb { display:none; visibility:visible; }
}

/********************************************************
■ PC Header : PC 헤더
********************************************************/
.pc-header { background: #fff; padding:0px; }
.pc-header .at-container { padding: 17px 0; text-align:center; }
.pc-header .header-logo { float:left; width:260px; height:62px; line-height:62px; }
.pc-header .header-logo > a { display: block; text-align: left; }
.pc-header .tel { float:right; width:260px; font-size: 30px; font-weight:500; color: #333; letter-spacing: 0; height:62px; line-height: 62px; padding-left: 0px; background:url('/data/main/ico_tel.png')no-repeat left center; }
.pc-header .header-search { display: inline-block; width:365px; height:62px; }

.pc-header .header-search input { background: #fff; border:0px; border-bottom:2px solid #9e000c !important; border-right:0px !important; width:100%; height:50px; padding-left:10px; font-size: 14px; }
.pc-header .header-search .search-form { border-radius: 0px; }
.pc-header .header-search .search-btn { border-radius: 0px; border:0px !important; border-bottom:2px solid #9e000c !important; background: #fff; height:50px; line-height: 4px;  }
.pc-header .header-search .search-btn  > i { color:#9e000c; font-size:20px; }
.pc-header .header-search .search-btn { padding: 6px 10px; }
.pc-header .header-search .form-control { border: 0; }
.pc-header .header-search .no-border { border: 0; box-shadow: none; }

.pc-header .header-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888;
}
.pc-header .header-search input::-moz-placeholder { /* Firefox 19+ */
  color: #888;
}
.pc-header .header-search input:-ms-input-placeholder { /* IE 10+ */
  color: #888;
}
.pc-header .header-search input:-moz-placeholder { /* Firefox 18- */
  color: #888;
}

@media all and (max-width:1199px) {
	.pc-header .at-container { padding: 10px 10px; text-align:center; }
	.pc-header .header-search { display:inline-block; width:35%; vertical-align:middle; }
}
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더
********************************************************/
.m-header { display:none; border-bottom:1px solid #dcdcdc; }
.m-header a { display:inline-block; height:80px; line-height:80px; }
.m-header .at-container { padding:0px; }
.m-header .header-wrap { display:table; width:100%; table-layout:fixed; border-collapse: collapse; }
.m-header .header-icon,
.m-header .header-logo { padding-left: 10px; display:table-cell; vertical-align:middle; height:80px; line-height:80px; text-align:center; }
.m-header .header-icon { width: 60px; cursor:pointer; }
.m-header .header-icon a { width: 40px; }
.m-header .header-logo a { display:block; border:0px; text-align: left;  }

@media all and (max-width:991px) {
	.responsive .m-header { display:block; }
	.m-header .at-container { padding:0px 10px; }
	.m-header .header-logo a { /* padding-top: 20px;  */ }
	.m-header .header-logo a img { width:100px; }
}

/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #d20010; z-index:3; /* border-bottom:1px solid #ddd; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15);*/ }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 16px; }
.pc-menu .nav-right { font-size:16px; }
.pc-menu .nav-rw { width:210px; }
@media all and (max-width:991px) {
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */

 /*.pc-menu .menu-bg { display:none; position:absolute; width:100%; height:calc((25px * 12) + 80px); background: url('/data/main/menu_all_back.png') left top repeat-x transparent; }*/
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; font-weight:600; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; background:#d20010; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#d20010; /*border-bottom: 2px solid #fe0000;*/ }
.pc-menu .nav-top .menu-li.nav-home { /*width:148px !important;*/ text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { background: #9e000c url('/data/main/ico_menu_all_hover.png')no-repeat left 23px center;  color: #fff; border-bottom: 0px; padding-left: 30px; }
.pc-menu .nav-top .menu-li.nav-home.on .menu-a { background: #9e000c url('/data/main/ico_menu_all_hover.png')no-repeat left 23px center; color:#fff; border-bottom: 0px; padding-left: 30px; }
.pc-menu .nav-top .menu-li.nav-home:hover .menu-a { background: #9e000c url('/data/main/ico_menu_all.png')no-repeat left 23px center; color:#fff; border-bottom: 0px; padding-left: 30px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}



/*.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: #003070 transparent; z-index:3;  display: block; width: 0px; content: ""; position: absolute; border-style: solid; }*/
.pc-menu .nav-top .sub-1div { background:#333; /*border-top:3px solid #003070;*/ box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { display:block; color:#fff; /*padding:15px 15px; line-height:43px; padding-left:15px; padding-right:15px;*/ /*border-bottom: 1px solid rgb(238, 238, 238);*/ }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: #003070; border-color:#003070; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
/*.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
*.
.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/* 전체메뉴 스타일 추가 (작성자 : yschung) */
.menu-all { position:absolute; width:100%; z-index:2; background:#fff; /*border: 2px solid #003070; border-top: 1px solid #ddd;*/ border-bottom: 2px solid #d20010; margin:0; padding:0; }
.menu-all ul { list-style:none; margin:0; padding:0; height:calc((25px * 12) + 28px); overflow:hidden; }
.menu-all ul .board { float:left; /*width:148px !important;*/width:calc(100% / 6); height:100%; background: url('/data/main/menu-back.jpg')  no-repeat 100% 98%; }
.menu-all ul .board .bg { background:#f6f6f6 url('/data/main/menu01_bg.png')no-repeat bottom 30px right; padding:14px 0 14px 0; }
.menu-all ul .board ul li, .menu-all ul .sub ul li { text-align:left; /*padding:8px 15px;*/ height: 36px; line-height: 36px; padding-left: 20px; font-size: 18px; }
.menu-all ul .board ul li a { display:inline-block; color:#666; letter-spacing:-0.02em; font-weight:400;}
.menu-all ul .board ul li a:hover, .menu-all ul .board ul li.on { color:#d20010; font-weight:600; box-shadow:none; text-shadow:none; text-decoration: underline; }
.menu-all ul .sub { float:left; width:calc(100% / 6); padding:10px 0 10px 0; border-left:1px solid #ddd; }
.menu-all ul .sub:nth-of-type(2) { background:#ffffff url('/data/main/menu02_bg.png')no-repeat bottom 30px right; }
.menu-all ul .sub:nth-of-type(3) { background:#ffffff url('/data/main/menu03_bg.png')no-repeat bottom 30px right; }
.menu-all ul .sub:nth-of-type(4) { background:#ffffff url('/data/main/menu04_bg.png')no-repeat bottom 30px right; }
.menu-all ul .sub:nth-of-type(5) { background:#ffffff url('/data/main/menu05_bg.png')no-repeat bottom 30px right; }

.menu-all ul .sub:last-child { border-right:1px solid #ddd; }
.menu-all ul .sub ul li { height: 36px; line-height: 36px; padding-left: 20px; font-size: 18px; color:#333;  }
.menu-all ul .sub ul li:first-child { line-height: 52px; height: 52px; font-size: 18px; color: #333; font-weight: 500; }
.menu-all ul .sub ul li a { color:#333; letter-spacing:-0.02em; font-weight:500; }
.menu-all ul .sub ul li a:hover, .menu-all ul .board ul li.on { color:#d20010; font-weight:500;/* text-decoration: underline;*/ }


/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#d20010; position:absolute; text-align: right; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > a { font-size: 18px; font-weight: 500; color: #fff; letter-spacing: 0; height: 50px; line-height: 50px; background: url('/data/main/ico_tel.png')no-repeat left 55px center; display: block; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #333; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }

@media all and (max-width:1199px) {
	.responsive .pc-menu .nav-right { right:20px; }
}

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:500; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:#bc1d35; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:#bc1d35; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:500; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon,
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #eee; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: orangered; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
@media all and (max-width:991px) {
	.responsive .m-menu { /*display:block;*/ }
}
/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.at-footer .at-container { padding:0px 10px !important; overflow:hidden; }
.en .at-footer .at-links { font-size:12px; }
.at-footer .foot-logo { float:left; width:460px; }
.at-footer .foot-company-info { float:left; width:calc(100% - 460px); }

.at-footer .at-links { background: #252525; border-left:0px; border-right:0px;  }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; font-size:16px; line-height:50px; }
.at-footer .at-links ul > li:nth-of-type(1) { padding-left:0; }
.at-footer .at-links ul > li::after { float: right; color:#252525; content: "|"; margin-right:-17px; font-size:12px; }
.at-footer .at-links ul > li:last-child::after { content: ""; }
.at-footer .at-links ul > li > a { color: #fff; font-size:13px; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-links ul.pull-left { display:none; }
	.responsive .at-footer .at-links ul.pull-right { float:none !important; text-align:center; }
	.responsive .at-footer .at-links ul.pull-right > li { float:none; display:inline-block; }
}

/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos { background: #fff; padding:30px 0 0; overflow:hidden;  }
.at-footer .at-infos .media { padding:0 0 30px 0; overflow:hidden; }
.at-footer .at-infos .media-info { float:left; width:25%; }
.at-footer .at-infos .media-info > b { display:block; font-size:22px; color:#d7181c; font-weight:700; margin-bottom:10px; }
.at-footer .at-infos .media-bank { float:left; width:25%; }
.at-footer .at-infos .media-bank > b { display:block; font-size:22px; color:#074c97; font-weight:700; margin-bottom:10px; /*background: url('/data/main/ico_bank.png')no-repeat left 150px center;*/ }
.at-footer .at-infos .media-body { float:left; width:50%; }
.at-footer .at-infos .info-box { overflow:hidden; }

@media all and (max-width:1199px) {
	.at-footer .at-infos .media-info,
	.at-footer .at-infos .media-bank { width:30%; }
	.at-footer .at-infos .media-body { width:40%; }
}

@media all and (max-width:991px) {
	.at-footer .at-infos .media-info,
	.at-footer .at-infos .media-bank { width:50%; margin-bottom:30px; }
	.at-footer .at-infos .media-body { float:none; width:100%; }
}
@media all and (max-width:768px) {
	.at-footer .at-infos .media-info,
	.at-footer .at-infos .media-bank,
	.at-footer .at-infos .media-body { float:none; width:100%; margin-bottom:30px; }
}

.at-footer .at-infos .info-box h3 { font-size:16px; color:#333; font-weight:500; letter-spacing:0; text-transform:uppercase; line-height:40px; }
.at-footer .at-infos .info-box p { display: block; font-size:14px; line-height:24px; color:#666; font-weight:300; font-weight: 400; letter-spacing: -0.02em; }
.at-footer .at-infos .info-box p > b { display:block; font-size:25px; color:#fff; font-weight:600; line-height:50px; }
.at-footer .at-infos .info-box p > span { display:block; }


.at-footer .at-infos .pull-left { font-size:70px; color:#ddd; }
.at-footer .at-infos .media-body p { font-size:13px; letter-spacing:0; color:#808080; line-height: 22px; }
.at-footer .at-infos .media-body p span { display: inline; font-size:13px; padding: 0 4px; }
.at-footer .at-infos .media-body p a { color:#bbb; font-weight:300; }
.at-footer .at-infos .copyright { float:left; margin-left:0px; }
.at-footer .at-infos .copyright span { font-size:13px; color:#999; }
.at-footer .at-about { list-style: none; margin:0; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 13px; color:#bbb; font-size:14px; line-height: 19px; }
.at-footer .at-about > li::after { float: right; font-size:12px; color:#bbb; content: "|"; margin-right:-15px;}
.at-footer .at-about > li:last-child::after { content: ""; }
.at-footer .at-about > li > a { color: #bbb; }
.at-footer .escrow { font-size:14px; font-weight:300; color:#aaa; padding: 30px 0; }
.at-footer .escrow img { margin-right:20px; }
.at-footer .escrow span { float: right; color: #fff; background:url('/data/main/foot_arrow.png')no-repeat center right; padding-right:30px; }

.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:after {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::after { float: right; font-size:12px; color:#ddd; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::after { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:991px) {
	.responsive .at-footer .at-infos .media { padding:0px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin-top: 5px; line-height: 20px; }
	.responsive .at-footer .at-infos .info-box { width:100%; text-align:left; border-top:1px solid #aaa; padding: 15px 0px; }
	.responsive .at-footer .at-infos .info-box:first-child { border-top:0px; }
	.responsive .at-footer .at-infos .media-body p { font-size:12px; letter-spacing:0; color:#bbb; line-height: 20px; }
	.responsive .at-footer .at-infos .info-box:nth-of-type(1) { margin-top: 0px; }
	.responsive .at-footer .at-infos .info-box:nth-of-type(2) { border-top:0px; }
	.responsive .at-copyright { line-height: 23px; }
	.responsive .at-footer .escrow { line-height: 20px; font-size: 12px; }
	.responsive .at-footer .escrow span { display: block; width: 100%; text-align: right; margin-top: 10px; }
}
@media all and (max-width:991px) {
	.responsive .at-footer .at-infos .info-box:nth-of-type(2) { display:none; }
}
@media all and (max-width:480px) {
	.responsive .at-footer .at-infos { padding: 10px 0 0; }
	.responsive .at-footer .at-infos .info-box { padding: 10px 0 0; }
	.responsive .at-footer .at-infos .media { padding: 0px 0px 15px; }
}
/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#333; }
.at-footer .at-copyright strong { color:#333; }


/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
/*
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 20px; right: 25px; z-index: 2; }
.at-go .go-btn span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display:none; }
@media (max-width: 768px) {
	.at-go .go-btn { bottom:0px; right:5px; }
}
*/
/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Roboto", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-family:dotum, sans-serif; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px; }
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Roboto", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Roboto", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Roboto", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
/*.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }*/
.alert, .label { border-radius:0 !important; }


/* 메인 내용부분 스타일 */
.btn-outline { background-color: transparent; color: inherit; transition: all .5s; border-color: currentcolor; }
.white.btn-outline { color: #fff; background-color: rgba(255,255,255,0.1); }




/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }

/********************************************************
■ Mobile All Menu : 사이드 슬라이드 메뉴
********************************************************/
#mobile-menu { list-style:none; padding:0px; margin:0px; list-style:none; overflow:hidden; background:#fff; }
#mobile-menu .old,
#mobile-menu .sub-old { display:none; }
#mobile-menu .new { color: rgb(233, 75, 59); }
#mobile-menu .sub-on a { font-weight:500; color: #df652d; }
#mobile-menu .sub-off a { font-weight:normal; }
#mobile-menu .sub-new { color: rgb(233, 75, 59); }
#mobile-menu .menu-all-head { padding:0px; margin:0px; }
#mobile-menu .menu-all-head a { display:block; cursor:pointer; }
#mobile-menu .menu-all-main { display: block; color: #333; padding: 0 30px; line-height: 56px;  font-weight: 400; font-size: 18px; border-bottom:1px solid #ddd; }
#mobile-menu .menu-all-head.active .menu-all-main, #mobile-menu .menu-all-head:hover .menu-all-main { color:#bc1d35; }
#mobile-menu .menu-all-main.is-sub::after { color:#505b7f; float: right; content: "+"; padding-right:10px; }
/*#mobile-menu .menu-all-head.active .menu-all-main.is-sub::after { color:#c1c1c1; }*/
#mobile-menu .menu-all-head .menu-all-sub { display:none; background:#f5f5f5; list-style:none; }
#mobile-menu .menu-all-head.active .menu-all-sub { display:block; }
#mobile-menu .menu-all-head .menu-all-sub-item { border-bottom:1px solid #ddd; font-size:15px; }
#mobile-menu .menu-all-head .menu-all-sub-item:last-child { border-bottom:1px solid #eaecf0; }
#mobile-menu .menu-all-head .menu-all-sub-item a { padding:6px 10px; padding-left:20px; line-height:24px; font-size:13px; font-weight:300; }
#mobile-menu .menu-all-head .menu-all-sub-item.sub-line a { font-weight:500; background:#efefef; }

#sidebar-box .device > a {font-size:16px !important; }

/*#mobile-menu #msub_1 { border-top:2px solid #ddd;  }*/
#sidebar-box .sidebar-login { overflow:hidden; }
#sidebar-box .sidebar-login input[type='checkbox'] { vertical-align:middle; margin:0 !important; }
#sidebar-box .sidebar-login .form-group { margin-bottom:5px !important; }
#sidebar-box .sidebar-login .text-muted { margin-bottom:10px !important; }


/********************************************************
■ Custom Button
********************************************************/
.btn.customer-btn-color {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #444;
	background-color: #444;
}
.btn.active.customer-btn-color, .btn.customer-btn-color:hover, .btn.customer-btn-color:focus, .btn.customer-btn-color:active {
	background-color: #444;
}
.btn.customer-btn-black {
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
.btn.active.customer-btn-black, .btn.customer-btn-black:hover, .btn.customer-btn-black:focus, .btn.customer-btn-black:active {
	background-color: #f6f6f6;
}

.btn.customer-btn1 {
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd;
	background-color: #fff;
}
.btn.active.customer-btn1, .btn.customer-btn1:hover, .btn.customer-btn1:focus, .btn.customer-btn1:active {
	background-color: #fff;
}

.btn.customer-btn2 {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #db1010;
	background-color: #db1010;
}
.btn.active.customer-btn2, .btn.customer-btn2:hover, .btn.customer-btn2:focus, .btn.customer-btn2:active {
	background-color: #db1010;
}

a.btn i, button.btn > i { /*display:none;*/ }
.btn-sm, .btn-group-sm>.btn { padding: 9px 37px; }
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group { margin-left: 0px; }
.customer-btn-sm { height: 45px; }

@media all and (max-width:768px) {
.btn-sm, .btn-group-sm>.btn { padding: 10px 20px 9px; height: 45px; font-size: 15px; }
.is-pc .ko .btn-xs, .is-pc .ko .btn-sm { font-size: 16px; }
.btn.customer-btn1, .btn.customer-btn2 { border-bottom:0px; border-right:0px; }
.btn.customer-btn1:nth-of-type(2n) { border-right:1px solid #ddd; }
a.btn.customer-btn1 { border-bottom:1px solid #ddd; }
a.btn.customer-btn2 { border-bottom:1px solid #db1010; }
}


/********************************************************
■ Custom Pagination
********************************************************/
.list-wrap .pagination .active a, .view-wrap .pagination .active a {
    color: #fff !important;
    background: #444 !important;
    border-color: #444 !important;
}
.pagination li.active a {
    color: #fff !important;
    background: #444 !important;
    border-color: #444 !important;
}
.pagination-sm>li>a, .pagination-sm>li>span { padding: 6px 12px; line-height: 28px; font-size: 18px; }


/********************************************************
■ Custom Form
********************************************************/
.form-group { margin-bottom: 0px; }
.form-control { color: #333; border: 1px solid #ddd; margin-bottom:0px; }
.input-sm, .form-horizontal .form-group-sm .form-control { height: 45px; font-size: 17px; }
.input-group-addon { padding: 0px; background-color: #fff; border: 0px; border-radius: 0px; }
.border-black, i.border-black, img.border-black { border-color: #444; border-bottom: 1px solid #ddd; }
.div-head > span { font-size: 17px; font-weight: 400; border-right:0px; color:#333; }
.div-head { background:#f8f8f8; }
select.input-sm { height: 45px; line-height: 45px; font-weight:500; }

@media all and (max-width:480px) {
.input-sm, .form-horizontal .form-group-sm .form-control { font-size: 14px; color:#777; }
}



/* 로그인/회원가입/비밀번호확인 FORM */
.register-form .panel-heading { background:#dedede; }
.register-form .panel-body { padding:0; overflow:hidden; }
.register-form .form-group { margin:0 !important; border-top:1px solid #ddd; }
.register-form .form-group:nth-of-type(1) { border-top:0; }
.register-form .control-label { width:130px; line-height:30px; padding:5px 15px; text-align:left; background:#f5f5f5; border-right:1px solid #ddd; }
.register-form .form-group input { margin:5px; }
.register-form .check_password { border-left:1px solid #ddd; }
.register-form .col-sm-3, .register-form .col-sm-5 { padding-left:0; }
.help-block { margin:0; display:inline-block; }
.register-form .col-sm-8 { padding-left:0; line-height:30px; }
.register_checkbox { margin-bottom:0; }
.register-form .form-group #captcha { margin:5px; }
.register-form .form-group #captcha #captcha_info { margin:0; }
.register-form .register-captcha { height:100px; }
.register-form .form-control-feedback { margin-top:5px; }

.alert-info { border:1px solid #ddd; background:#f5f5f5; }
#fregister .btn-color { background:#a7a7b3 ; border:1px solid #a7a7b3; }
#fregister .btn-color:hover { background:#7e8488; border:1px solid #7e8488; }
.btn { font-size:13px; }
#btn_submit { background:#a7a7b3 ; border:1px solid #a7a7b3; color:#fff; }
#btn_submit:hover { background:#7e8488; border:1px solid #7e8488; }
.register-form .btn-black { border:1px solid #ddd; background:#fff; color:#888 !important; }
.register-form .btn-black:hover { background:#fafafa; }


.mem-confirm { border:1px solid #ddd; }
.mem-confirm .form-header { padding:25px; background:#fff; borer-bottom:1px solid #ddd; }
.mem-confirm .form-header h2 b i { display:none; }
.mem-confirm .form-header h2 b { font-size:20px; font-weight:normal; color:#282828; }
.mem-confirm .form-body { padding:25px; }
.mem-confirm .confirm-id {  padding:0 10px; border:1px solid #ddd; box-sizing:border-box; height:34px; width:100%; line-height:34px; display:block; }
.mem-confirm #confirm_mb_password { padding:7px 10px; border:1px solid #ddd; height:inherit; margin-bottom:5px; }
.mem-confirm .form-control-feedback { display:none; }
.confirm-label { width:100%; }

.register_result_skin { border:1px solid #ddd; }
.register_result_skin .panel-heading { padding:25px; background:#f5f5f5; border-bottom:1px solid #ddd; text-align:center; }
.register_result_skin .panel-heading h4 i { display:none; }
.register_result_skin .panel-heading h4 strong { font-weight:normal; font-size:20px; color:#282828; }
.register_result_skin .panel-body { padding:25px 0; text-align:center; }
.register_result_skin .panel-body p { margin:0; }

.nomem-order-login { margin-top:20px; }
.nomem-order-login > div > .form-box { width:100%; overflow:hidden; }
.nomem-order-login .login_form { padding:0 15px; }
.nomem-order-login .form-header { width:50%; float:left; height:180px; box-sizing:border-box; padding:25px; border-bottom:0; border-right:1px solid #ddd; text-align:center; }
.nomem-order-login .form-header h2 b { color:#282828; font-weight:normal !important; font-size:20px; }
.nomem-order-login .form-header p { color:#888; padding-top:3px; }
.nomem-order-login .form-header img { width:73px; margin-bottom:10px; }
.nomem-order-login .form-body { width:50%; float:left; box-sizing:border-box; padding:25px; }
.nomem-order-login .form-body label { display:none; }
.nomem-order-login .form-body .form-control-feedback { display:none; }
.nomem-order-login .form-body input { padding:7px 10px !important; height:auto; }

@media all and (max-width:991px) {
}
@media all and (max-width:767px) {
#member_login .login_box, #member_login .login_side { width:100%; }
#member_login .login_side { margin-top:20px; border:0; }
#member_login .login_side { height:auto !important; }
#member_login .login_side > div { border:1px solid #ddd; }
#member_login .login_side > div:nth-of-type(1) { margin-bottom:20px; }
#member_login .login_side p { width:70%; }

.register-form .control-label { width:100%; border-right: 0 !important; border-left: 0 !important; border-bottom:1px solid #ddd;}
.register-form .register-captcha { height:auto; }
.register-form .form-control-feedback { margin-top:0; }
.register-form .control-label { padding:10px 5px; }
.register-form .panel-heading { padding:10px 5px; }
.nomem-order-login .form-header { width:100%; text-align:left; border-right:0; border-bottom:1px solid #ddd; height:auto; background:#fff;}
.nomem-order-login .form-body { width:100%; }
.nomem-order-login .form-header img { display:none; }
.nomem-order-login .form-header p { display:none; }
}
@media all and (max-width:480px) {
}

/* 마이페이지 */
.mypage-skin > h2 { display:block; text-align:center; font-size:18px; color:#282828; margin-bottom:20px; }
.mypage-con > h3 { display:block; text-align:center; font-size:13px; color:#444; margin-bottom:15px; }
.mypage-con > h3 span { font-weight:500; }
.mypage-con > h3 .lv-icon { display:none; }
.mypage-con > h3 a { color:#f10000; font-weight:500; }
.mypage-con > h3 a:hover { text-decoration:underline; }
.mypage-info { width:100%; overflow:hidden; margin-bottom:20px; }
.mypage-info .member-info { width:25%; box-sizing:border-box; border:1px solid #ddd; float:left; padding:25px; text-align:center; }
.mypage-info .member-info p { font-size:15px; color:#282828; margin-bottom:5px; }
.mypage-info .member-info > span { display:block; color:#888; margin-bottom:10px; }
.mypage-info .member-info > a { display:inline-block; background:#a7a7b3; color:#fff; padding:4px 25px; }
.mypage-info .member-info > a :hover { background:#7e8488; }
.mypage-info .mp_myshopping { width:25%; float:left; box-sizing:border-box; border-right:1px solid #ddd; border-bottom:1px solid #ddd; }
.mypage-info .mp_myshopping dl { width:100%; overflow:hidden; padding:15px 25px; border-top:1px solid #ddd; margin:0; }
.mypage-info .mp_myshopping dt { float:left; color:#282828; }
.mypage-info .mp_myshopping dd { float:right; }
.mypage-info .mp_myshopping dd a { color:#888 !important; }
.mypage-info .mp_myshopping dd a:hover { text-decoration:underline; }
.mypage-info > a { width:25%; float:left; box-sizing:border-box; border-top:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:25px; }
.mypage-info > a b { display:block; color:#282828; font-size:13px; }
.mypage-info > a span { display:block; color:#888; font-size:12px; }
.mypage-info > a:nth-of-type(1) { background:#fff url('/img/ico_mp_delivery.png')no-repeat 90% 80%; }
.mypage-info > a:nth-of-type(2) { background:#fff url('/img/ico_mp_review.png')no-repeat 90% 80%; }
.mypage-info > a:nth-of-type(1):hover { background:#f5f5f5 url('/img/ico_mp_delivery.png')no-repeat 90% 80%; }
.mypage-info > a:nth-of-type(2):hover { background:#f5f5f5 url('/img/ico_mp_review.png')no-repeat 90% 80%; }

.mypage-con .mypage-process { width:100%; border:1px solid #ddd; margin-bottom:20px; }
.mypage-con .mypage-process h4 { display:block; padding:15px 25px; background:#f5f5f5; font-size:14px; border-bottom:1px solid #ddd; color:#282828; }
.mypage-con .mypage-process span { color:#888; }
.mypage-con .mypage-process ul { width:100%; box-sizing:border-box; overflow:hidden; padding:25px 0; margin:0; }
.mypage-con .mypage-process li { list-style:none; width:25%; text-align:center; float:left; border-left:1px dotted #ddd; color:#888; }
.mypage-con .mypage-process li:nth-of-type(1) { border-left:0; }
.mypage-con .mypage-process li a { display:inline-block; color:#7e8488; font-size:18px; font-weight:bold; }
.mypage-con .mypage-process li a:hover { text-decoration:underline; color:#a7a7b3; }

.mypage-con .mypage-quick { width:100%; border:1px solid #ddd; overflow:hidden; }
.mypage-con .mypage-quick > a { width:14.28%; display:block; float:left; text-align:center; box-sizing:border-box; height:128px; line-height:190px;border-left:1px solid #ddd; color:#888; }
.mypage-con .mypage-quick > a:nth-of-type(2) { border-left:0; background:url('/img/ico_mp_sell.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(3) { background:#fff url('/img/ico_mp_coupon.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(4) { background:#fff url('/img/ico_mp_wish.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(5) { background:#fff url('/img/ico_mp_change.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(6) { background:#fff url('/img/ico_mp_write.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(7) { background:#fff url('/img/ico_mp_modify.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(8) { background:#fff url('/img/ico_mp_logout.png')no-repeat center 25px; }

.mypage-con .mypage-quick > a:nth-of-type(2):hover { background:#f5f5f5 url('/img/ico_mp_sell.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(3):hover { background:#f5f5f5 url('/img/ico_mp_coupon.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(4):hover { background:#f5f5f5 url('/img/ico_mp_wish.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(5):hover { background:#f5f5f5 url('/img/ico_mp_change.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(6):hover { background:#f5f5f5 url('/img/ico_mp_write.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(7):hover { background:#f5f5f5 url('/img/ico_mp_modify.png')no-repeat center 25px; }
.mypage-con .mypage-quick > a:nth-of-type(8):hover { background:#f5f5f5 url('/img/ico_mp_logout.png')no-repeat center 25px; }

.mypage-con .mypage-quick .mp_quick_title { display:none; line-height:15px; font-size:13px; padding-top:45px; background:#a7a7b3; color:#fff; }
.mypage-con .mypage-quick .mp_quick_title:hover { background:#7e8488; }
.mypage-con .mypage-process h4 { margin-top:0; }

@media all and (max-width:767px) {
.mypage-info .member-info, .mypage-info .mp_myshopping { width:50%; }
.mypage-info > a { width:50%; border-top:0; }
.mypage-info > a:nth-of-type(1) { border-left:1px solid #ddd; }
.mypage-con .mypage-quick .mp_quick_title { display:block; }
.mypage-con .mypage-quick > a { width:25%; }
.mypage-con .mypage-quick > a:nth-of-type(1), .mypage-con .mypage-quick > a:nth-of-type(2), .mypage-con .mypage-quick > a:nth-of-type(3), .mypage-con .mypage-quick > a:nth-of-type(4) { border-bottom:1px solid #ddd; }
}
@media all and (max-width:480px) {
.mypage-info .member-info, .mypage-info .mp_myshopping { width:100%; }
.mypage-info .member-info { border-bottom:0; }
.mypage-info > a { width:100%; border-top:0; }

.mypage-con .mypage-quick > a { height:90px; line-height:135px; }
.mypage-con .mypage-quick .mp_quick_title { padding-top:30px; }

.mypage-con .mypage-quick > a:nth-of-type(2) { border-left:0; background:url('/img/ico_mp_sell.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(3) { background:#fff url('/img/ico_mp_coupon.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(4) { background:#fff url('/img/ico_mp_wish.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(5) { background:#fff url('/img/ico_mp_change.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(6) { background:#fff url('/img/ico_mp_write.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(7) { background:#fff url('/img/ico_mp_modify.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(8) { background:#fff url('/img/ico_mp_logout.png')no-repeat center 18px; background-size:38px; }

.mypage-con .mypage-quick > a:nth-of-type(2):hover { background:#f5f5f5 url('/img/ico_mp_sell.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(3):hover { background:#f5f5f5 url('/img/ico_mp_coupon.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(4):hover { background:#f5f5f5 url('/img/ico_mp_wish.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(5):hover { background:#f5f5f5 url('/img/ico_mp_change.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(6):hover { background:#f5f5f5 url('/img/ico_mp_write.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(7):hover { background:#f5f5f5 url('/img/ico_mp_modify.png')no-repeat center 18px; background-size:38px; }
.mypage-con .mypage-quick > a:nth-of-type(8):hover { background:#f5f5f5 url('/img/ico_mp_logout.png')no-repeat center 18px; background-size:38px; }
}
