@font-face {
    font-family: 'Pretendard';
    src: url('/font/Pretendard-Regular.subset.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}
.nowrap {
    white-space: nowrap;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.bold {
    font-weight: 700;
}
.pr50 {
    padding-right: 50px;
}
.pr20 {
    padding-right: 20px;
}
.pr10 {
    padding-right: 10px;
}
.pl50 {
    padding-left: 50px;
}
.pl20 {
    padding-left: 20px;
}
.pl10 {
    padding-left: 10px;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.center {
    text-align: center;
}
.flex {
    display: flex;
}
.sideContent {
    align-items: stretch;
}
.tooltip {
    height: 0;
}

wa-tooltip div {
    font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	font-family: Pretendard, Open Sans,Roboto,Arial,Helvetica,sans-serif,SimSun;
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    background-color: #ffffff;
}

.hoverWrap {
    position: fixed;
    bottom: 50px;
    right: 10px;
    border-radius: 10px;
    background-color: #16bbd8;
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
    z-index: 999;
    text-align: center;
    font-size: 12px;
    display: none;
}
.hoverWrap wa-icon {
    cursor: pointer;
    font-size: 24px;
}
.pagination {
	color: #ffffff;
}
.pagination .desc {
    float: left;
	font-weight: bold;
    color: #555555;
    line-height: 25px;
}
.pagination .numbers {
    float: right;
    font-weight: 700;
	cursor: default;
    display: flex;
    justify-content: flex-start;
}
.pagination .numbers .number {
	color: #ffffff;
	padding: 4px 8px;
	background-color: #3fb9ff;
    /* background-color: #2E9DC6; */
	text-decoration: none;
	margin-left: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.pagination .numbers .number a {
	color: #ffffff;
    text-decoration: none;
}
.pagination .numbers .pagenav {
	cursor: pointer;
}
.pagination .numbers .number.current {
	/* background-color: #FF5D3E; */
    background-color: #FF6F6A;
    /* color: #ff8336; */
}
.pagination .numbers .number.disable {
	background-color: #7e7f7f;
}


input[type="radio"] {
    cursor: pointer;
    vertical-align: middle;
}
label span {
    cursor: pointer;
    vertical-align: middle;
}

input[type='radio'] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

input[type='radio']:checked {
    background-color: #FF5D3E;
    border: 3px solid white;
    /* box-shadow: 0 0 0 1.6px #FF5D3E; */
}

input[type="checkbox"] {
    cursor: pointer;
    vertical-align: middle;
}

input[type='checkbox'] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    outline: none;
    cursor: pointer;
}

input[type='checkbox']:checked {
    background-color: #FF5D3E;
    border: 3px solid white;
    /* box-shadow: 0 0 0 1.6px #FF5D3E; */
}

.letterBox {
    margin-right: 5px;
    padding: 3px 0;
    width: 20px;
    line-height: 14px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}
.letterBox.blue {
    background-color: #27abff;
}
.letterBox.green {
    background-color: #31ae3a;
}
.letterBox.pink {
    background-color: #f56b50;
}

.retroHeadWrap {
    /* background-color: #129DA2; */
    /* background: rgb(49,167,214);
    background: linear-gradient(114deg, rgba(49,167,214,1) 49%, rgba(49,214,183,1) 97%); */
    position: relative;
    width: 100%;
    background: rgb(24,181,190);
    background: linear-gradient(90deg, rgba(24,181,190,1) 40%, rgba(163,100,183,1) 60%);
    /* background-color: #31A7D6; */
    /* flex-wrap: wrap; */
}
.retroHeadWrap .retroHeader {
    margin: 0 auto;
    background: rgb(24,181,190);
    background: linear-gradient(90deg, rgba(24,181,190,1) 40%, rgba(163,100,183,1) 60%);
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('/img/title/head_bgpad.png?v=10');
    /* background-color: #31A7D6; */
    display: flex;
    flex-wrap: wrap;
}
.retroHeadWrap .retroHeader a {
    text-decoration: none;
    color: #ffffff;
}
.retroHeader .retroLogoWrap {
    width: 340px;
    display: flex;
}
.retroHeader .retroLogoIcon {
    padding-right: 3px;
}
.retroHeader .retroLogo {
    padding-top: 6px;
}
.retroHeader .retroLogoDesc {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.retroHeader .retroLogoDesc a {
    color: #ffffff;
    text-decoration: none;
}
.retroHeader .retroMenu {
    /* width: 360px; */
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}
.retroHeader .retroMenu .retroMenuItem {
    padding-right: 25px;
    line-height: 25px;
}
.retroHeader .retroMenu .retroMenuItem a {
    color: #ffffff;
    text-decoration: none;
}

.contents {
    padding: 20px;
    margin: 0 auto;
}

#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200;
}
#consoleListLoad {
    display: none;
    position: absolute;
    z-index: 300;
    top: 20px;
    left: 163px;
    width: 200px;
    /* color: #ffffff; */
    /* background-color: #44474D; */
    border-radius: 10px;
    line-height: 50px;
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.cList {
    display: flex;
    position: relative;
}
.main {
    padding-right: 20px;
}

.makerWrap {
    width: 534px;
    padding: 15px 3px 10px 17px;
    background: rgb(64,218,198);
    background: linear-gradient(112deg, rgba(64,218,198,1) 0%, rgba(39,171,255,1) 60%, rgba(255,125,241,1) 100%);
    border-radius: 10px;
    border: 3px solid #64F7EA;
}
.makerWrap .maker {
    margin-right: 5px;
    float: left;
}
.makerWrap .maker .makerIcon {
    cursor: pointer;
}
.notice {
    background-color: #08AD9B;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px;
}
.cBox {
    border-radius: 10px 10px 0 0;
    background: rgb(41,43,46);
    background: linear-gradient(300deg, rgba(41,43,46,1) 0%, rgba(68,71,77,1) 90%);
    color: #ffffff;
    padding: 15px 20px;
    width: 514px;
    height: 60px;
    display: flex;
    position: relative;
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.75);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    border: 3px solid #ffffff;
    border-bottom: none;
    cursor: default;
}
.cBox .noResult {
    width: 579px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.cBox .cSeq {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0 0 5px;
    width: 15px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #46FF83;
}
.cBox .cNew {
    position: absolute;
    top: 0;
    left: 0;
}
.cBoxDesc .cRatio {
    position: absolute;
    top: 15px;
    left: 194px;
    padding: 2px 3px;
    width: 30px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    /* background-color: #F56B50; */
    background-color: #08BCAA;
    border-radius: 5px;
}
.cBox .cImage {
    width: 80px;
    margin-right: 20px;
}
.cBox .cText {
    width: 420px;
    font-weight: 700;
}
.cBox .cText .cHeader {
    position: relative;
}
.cBox .cText .cHeader .cMaker {
    color: #FFDE00;
    text-transform: uppercase;
}
.cBox .cText .cHeader .cLabel {
    position: absolute;
    top: -2px;
    left: 210px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 210px;
    flex-wrap: nowrap;
    white-space: nowrap;
    line-height: 20px;
}
.cBox .cText .cHeader .cLabel .cScreen {
    width: 75px;
    display: flex;
}
.cBox .cText .cHeader .cLabel .cPerf {
    width: 75px;
    display: flex;
    position: relative;
}
.openDrawer {
    cursor: pointer;
    text-decoration: underline;
}
.cBox .cText .cHeader .cLabel .cWeight {
    width: 60px;
    display: flex;
}
.cBox .cText .cModel {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
}
.cBox .cText .cModel a {
    color: #ffffff;
    text-decoration: none;
}
.cBox .cText .cFooter {
    display: flex;
}
.cBox .cText .cFooter .cRelease {
    width: 65px;
    color: #50ff50;
}
.cBox .cText .cFooter .cPrice {
    width: 75px;
    color: #ff5b5b;
}
.cBox .cText .cFooter .cIcons {
    display: flex;
    justify-content: space-between;
    width: 280px;
}
.cBox .cText .cFooter .cIcons .cOS {
    display: flex;
}

.cBox .cText .cFooter .cIcons .cOptionWrap {
    position: relative;
    width: 150px;
    display: flex;
}
.cBox .cText .cFooter .cIcons .cOption {
    position: absolute;
    top: -3px;
    left: 10px;
    z-index: 15;
}

.cBox .cText .cFooter .cIcons .cDetailIcon {
    display: flex;
}
.cBox .cText .cFooter .cIcon {
    width: 16px;
    font-size: 16px;
    /* padding-top: 2px; */
}
.cBox .cText .cFooter .cIcon a {
    color: #ffffff;
    text-decoration: none;
}
.cBox .cText .cFooter .cIcon.red {
    color: #FF6267;
}
.cBox.noResult {
    border: 3px solid #ffffff;
    border-radius: 10px;
}
.cBoxDesc {
    border-radius: 0 0 10px 10px;
    /* background-color: #768B93; */
    /* background-color: #2983A5; */
    /* background-color: #278BB2; */
    /* background-color: #3193B9; */
    /* background-color: #3E98B9; */
    /* background-color: #AAA7A0; */
    /* background-color: #31A7D6; */
    /* background-color: #369DC4; */
    /* background-color: #2E9DC6; */
    background-color: #1FAFE5;
    color: #ffffff;
    padding: 10px 10px 5px 10px;
    width: 534px;
    /* height: 103px; */
    display: flex;
    font-weight: 700;
    position: relative;
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.85);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.85);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.85);
    border: 3px solid #ffffff;
    border-top: none;
    cursor: default;
}
.cBoxDesc .logo {
    position: absolute;
    top: 0;
    left: 482px;
}
.cBoxDesc.noRound {
    border-radius: 0;
    border-bottom: none;
}
.cBoxDesc .descGrid {
    width: 230px;
    display: flex;
}
.cBoxDesc .descGrid .gridBox {
    margin: 0 5px 5px 0;
    padding: 10px;
    background-color: #4C5055;
    border-radius: 5px;
}
.cBoxDesc .descGrid .gridBox .gridTitle {
    font-size: 10px;
}
.cBoxDesc .descGrid .gridBox .gridValue {
    color: #00fcff;
    font-weight: 700;
    width: 90px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
}
.cBoxDesc .descText {
    margin-left: 10px;
    line-height: 20px;
}
.cBoxDesc .descText .descTextSWrap {
    display: flex;
}
.cBoxDesc .descText .descTextSWrap .descTextS {
    display: flex;
}
.cBoxDesc .descText .descTextSWrap .cat {
    width: 40px;
}
.cBoxDesc .descText .descTextSWrap .val {
    width: 100px;
    height: 20px;
    overflow: hidden;
    /* color: #ffc31d; */
    color: #FFE31C;
}
.cBoxDesc .descText .descTextSWrap .val2 {
    width: 250px;
    color: #FFE31C;
    /* color: #ffc31d; */
    word-break: break-all;
    word-wrap: break-word;
    height: 20px;
    overflow: hidden;
}


.cBoxComment {
    border-radius: 0 0 10px 10px;
    background-color: #3B5267;
    color: #ffffff;
    padding: 10px 20px;
    width: 514px;
    /* height: 103px; */
    font-size: 12px;
    font-weight: 700;
    display: flex;
    position: relative;
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.85);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.85);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.85);
    border: 3px solid #ffffff;
    border-top: none;
    cursor: default;
}
.cBoxComment.noRound {
    border-radius: 0;
    border-bottom: none;
}

.cBoxLink {
    border-radius: 0 0 10px 10px;
    background-color: #3E5D67;
    color: #ffffff;
    padding: 10px 15px 10px 15px;
    width: 524px;
    /* height: 103px; */
    font-weight: 700;
    line-height: 20px;
    position: relative;
    -moz-box-shadow:0 rgb(46, 198, 178) rgba(182, 182, 182, 0.85);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.85);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.85);
    border: 3px solid #ffffff;
    border-top: none;
    cursor: default;
    font-size: 13px;
}
.cBoxLink.noRound {
    border-radius: 0;
    border-bottom: none;
}
.cBoxLink .cBoxLinkItem {
    display: flex;
}
.cBoxLink .cBoxLinkItem .cBoxLinkItemDate {
    width: 70px;
}
.cBoxLink .cBoxLinkItem .cBoxLinkItemTitle {
    width: 420px;
    overflow: hidden;
}
.cBoxLink .cBoxLinkItem .cBoxLinkItemTitle a {
    color: #ffbe62;
    text-decoration: none;
}

.cLink .cLinkHeader {
    background-color: #6C6C64;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    width: 560px;
    line-height: 25px;
}
.cLink .cLinkHeader .img  {
    padding-top: 5px;
}
.cLink .cLinkHeader .desc {
    line-height: 20px;
    padding-bottom: 5px;
}
.cLink .cLinkListWrap {
    border-radius: 0 0 10px 10px;
    background-color: #A5A59D;
    padding: 10px 20px;
    width: 520px;
}
.cLink .cLinkListWrap .cLinkList {
    display: flex;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.cLink .cLinkListWrap .cLinkList .linkDate {
    width: 80px;
}
.cLink .cLinkListWrap .cLinkList .linkModel {
    width: 130px;
}
.cLink .cLinkListWrap .cLinkList .linkModel a {
    color: #F5F5CE;
    text-decoration: none;
}
.cLink .cLinkListWrap .cLinkList .linkTitle {
    width: 310px;
}
.cLink .cLinkListWrap .cLinkList .linkTitle a {
    color: #FFFFF0;
    text-decoration: none;
}

.cSearchTop {
    width: 520px;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #768E98;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
}
.cSearchTop .sItemSplit {
    width: 260px;
}
.cSearchTop .cClearIcon {
    display: none;
    position: absolute;
    top: 34px;
    left: 235px;
    font-size: 12px;
    line-height: 12px;
    color: #5D6267;
    padding: 8px 10px 4px 8px;
    cursor: pointer;
}
.cSearchTop .sSearch {
    padding: 5px 8px;
    margin: 2px 0 0 3px;
    width: 220px;
    border-radius: 5px;
    border: 2px solid #ffffff;
}
.cSearchTop .sItems {
    width: 220px;
    padding-bottom: 10px;
    line-height: 20px;
}
.cSearchTop .sItems2 {
    width: 440px;
    padding-bottom: 10px;
    line-height: 20px;
}
.cSearchTop .sCategory {
    line-height: 20px;
    text-transform: uppercase;
    color: #FFD600;
    padding: 0 10px 0 3px;
}
.cSearchTop .sItem wa-radio::part(label) {
    color: #ffffff;
}
.cSearchTop .sClear {
    display: none;
    color: #2EFFFC;
    cursor: pointer;
    padding: 6px 0 0 3px;
    text-transform: uppercase;
}

.cSearchTop fieldset {
    display: flex;
    flex-direction: row;
    border: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.cSearchTop fieldset label {
    width: 115px;
    margin-right: 15px;
}

.cSearchTop input[type="radio"] {
    cursor: pointer;
    vertical-align: top;
}
.cSearchTop label span {
    cursor: pointer;
    vertical-align: bottom;
}

.cSearch {
    margin: 0 20px 20px 0;
    padding: 20px 20px 10px 20px;
    width: 520px;
    /* background-color: #6FAFA0; */
    /* background-color: #6FA79B; */
    background-color: #768E98;
    /* background-color: #129DA2; */
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    position: relative;
    transition: width 0.5s;
}
.cSearch .sItemSplit {
    width: 260px;
}
.cSearch .cClearIcon {
    display: none;
    position: absolute;
    top: 44px;
    left: 235px;
    font-size: 12px;
    line-height: 12px;
    color: #5D6267;
    padding: 8px 10px 4px 8px;
    cursor: pointer;
}
.cSearch .sSearch {
    padding: 5px 8px;
    margin: 2px 0 0 3px;
    width: 220px;
    border-radius: 5px;
    border: 2px solid #ffffff;
}
.cSearch .sItems {
    width: 260px;
    padding-bottom: 10px;
    line-height: 20px;
}
.cSearch .sCategory {
    line-height: 20px;
    text-transform: uppercase;
    color: #FFD600;
    padding-left: 3px;
}
.cSearch .sItem wa-radio::part(label) {
    color: #ffffff;
}
.cSearch .sClear {
    display: none;
    color: #2EFFFC;
    cursor: pointer;
    padding: 6px 0 0 3px;
    text-transform: uppercase;
}

.cSearch fieldset {
    display: flex;
    flex-direction: row;
    border: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.cSearch fieldset label {
    width: 115px;
    margin-right: 15px;
}

.cSearch input[type="radio"] {
    cursor: pointer;
    vertical-align: top;
}
.cSearch label span {
    cursor: pointer;
    vertical-align: bottom;
}

.cDesc {
    margin-bottom: 20px;
    color: #ffffff;
    width: 560px;
    line-height: 20px;
    cursor: default;
}
.cDesc a {
    color: #FFDB27;
    font-weight: 700;
}
.cDesc .cDescLegends {
    background-color: #464848;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
}
.cDesc .cDescLegends .cDescLegendsTitle {
    /* font-weight: 700;
    color: #ffff00; */
    margin-bottom: 5px;
}
.cDesc .cDescRows {
    display: flex;
    flex-wrap: wrap;
}
.cDesc .cDescRows .cDescItem {
    display: flex;
    width: 170px;
}
.cDesc .cDescRow1 {
    width: 40px;
    font-weight: 700;
}
.cDesc .cDescRow2 {
    width: 130px;
}
.cDesc .cDescRow3 {
    padding: 2px 5px 0 0;
}
.cDesc .cDescRow4 {
    font-weight: 700;
}
.cDesc .cDescRow5 {
    padding-right: 5px;
    height: 20px;
}
.cDesc .cDescText {
    /* background-color: #129DA2; */
    /* background-color: #128389; */
    /* background-color: #2983A5; */
    /* background-color: #86989D; */
    background-color: #12B2B9;
    border-radius: 0 0 10px 10px;
    padding: 15px 20px;
    font-weight: 600;
}
.cDesc .cDescText .pink {
    font-weight: 700;
    color: #ff4545;
}
.cDesc .cDescText .green {
    font-weight: 700;
    color: #00FF62;
}
.cDesc .cDescText ul {
    margin: 0;
    padding-left: 13px;
}

.cGradeWrapHeader {
    margin-bottom: 10px;
    /* background-color: #3dc2ff; */
    background-color: #2E9DC6;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    width: 560px;
    line-height: 25px;
    margin: 0 auto;
    position: relative;
}
.cGradeWrapHeader .logo {
    position: absolute;
    left: 482px;
    top: 0;
}
.cGradeWrap {
    margin: 20px 0 0 0;
}
.cGradeWrapFooter {
    margin: 20px 0 0 0;
}
.cGrade {
    display: flex;
    width: 560px;
    margin: 5px auto;
}
.cGrade .cGradeNum {
    padding: 5px 0 0 3px;
    width: 47px;
    height: 35px;
    line-height: 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px 0 0 10px;
}
.cGrade .cGradeNum span {
    font-size: 14px;
}
.cGrade .cGradeNum.row2 {
    height: 80px;
    line-height: 80px;
}
.cGrade .cGradeDesc {
    width: 490px;
    height: 28px;
    line-height: 33px;
    padding: 5px;
    display: flex;
    padding-left: 10px;
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
}
.cGrade .cGradeDesc.row2{
    display: block;
    height: 68px;
}
.cGrade .cGradeDesc .cGradeItem {
    display: flex;
}
.cGrade .cGradeDesc .cGradeItem .cGradeIdc {
    font-size: 13px;
    width: 20px;
}
.cGradeIdc.green {
    color: #17EA0D;
}
.cGradeIdc.yellow {
    color: #FFD143;
}
.cGradeIdc.red {
    color: #ff5450;
}
.cGrade .cGradeDesc .cGradeItem .cGradeImg {
    width: 60px;
    padding-top: 3px;
}
.cGrade .cGradeDesc .cGradeItem .cGradeImg img {
    width: 50px;
    height: 20px;
}

.navPath {
    display: flex;
    margin-bottom: 10px;
}
.navPath .navPathIcon {
    font-size: 18px;
    margin-right: 5px;
}
.navPath .navPathIcon a {
    text-decoration: none;
    color: #191919;
}
.navPath .navPathItem {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}
.navPath .navPathItem a {
    text-decoration: none;
    color: #191919;
}
.navPath .navPathItem .currentPath {
    color: #FF6267;
    white-space: normal;
}
.navPath .navPathDiv {
    padding: 0 6px;
}


@media only screen and (max-width: 1180px) {
    .retroHeader {
        width: 560px;
        padding: 10px 20px;
    }
    .retroMenu {
        padding-top: 5px;
        width: 560px;
    }
    .contents {
        width: 560px;
    }
    .cSearchTop {
        display: block;
    }
    .bannerTop {
        display: block;
    }
    .hDealWrapTop {
        display: block;
    }
    .sideContent {
        display: none;
    }
}

@media only screen and (min-width: 1180px) {
    .retroHeader {
        width: 1140px;
        padding: 20px 20px;
    }
    .retroMenu {
        padding-top: 15px;
        width: 800px;
    }
    .contents {
        width: 1140px;
    }
    .cSearchTop {
        display: none;
    }
    .bannerTop {
        display: none;
    }
    .hDealWrapTop {
        display: none;
    }
    .sideContent {
        display: block;
    }
}