@charset "utf-8";

/* 공통 */
.table {
	width: 100%;
	border-top: 3px solid #5b5fe4;
	font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 14px;
}

/* E20240119 */
.table thead {
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
}

.table thead th {
	padding: 6px 10px 6px;
	height: 30px;
	background: url(../img/bg/th_line.gif) right center no-repeat;
}

.table thead th:last-child {
	background: none;
}

.table tbody td {
	padding: 6px 10px 6px;
	height: 30px;
	border-bottom: 1px solid #ddd;
}

.table.default th,
.table.default td {
	text-align: center;
}

.table.default td.tal {
	text-align: left;
}

.table select {
	box-sizing: border-box;
	color: #333;
	border: 1px solid #ccc;
}

.table input[type=text],
.table input[type=file],
.table input[type=tel],
.table input[type=email],
.table input[type=password] {
	padding-left: 9px;
	font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	color: #494b55
}

tbody.tac th,
tbody.tac td {
	text-align: center;
}

tbody.tar th,
tbody.tar td {
	text-align: right;
}

tbody.tac td.tal {
	text-align: left;
}

tbody.tar td.tac {
	text-align: center;
}

.btn_right+.table {
	margin-top: 10px;
}

.table+.table {
	margin-top: 30px;
}

.table a {
	color: #333;
}

/* .table a:hover {color:#5b5fe4; text-decoration:underline} */
/* #아이디 a:hover {color:#5b5fe4; text-decoration:underline} */
.table_fixed {
	table-layout: fixed;
}


/* 테이블 예외 케이스 cell */
.table .yc {
	color: #f33939;
	background: #fefbeb;
}

/* 상품조회 팝업 */
.table .yc.minuscolor {
	color: #0091dc;
}

/* 상품조회 컬러 블루*/
.table .yc.pluscolor {
	color: #f33939;
}

/* 상품조회 컬러 레드*/


.table.table_search {
	border: none;
}

.table.table_search tbody th {
	padding: 13px 23px;
	color: #333;
	border: 1px solid #d4d8e2;
	background-color: #f2f0f6;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.table.table_search tbody td {
	padding: 7px 16px;
	height: 32px;
	border: 1px solid #d4d8e2;
}

.table.table_search tbody td a:hover {
	text-decoration: underline;
}

.table.table_search select,
.table.table_search input[type="text"],
.table.table_search input[type="tel"],
.table.table_search input[type="email"],
.table.table_search input[type="password"] {
	border-color: #d4d8e2;
	border-radius: 2px;
	width: 100%;
	height: 32px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
}

.table.table_search select option {
	line-height: 30px;
}

.table.table_search input.double_input,
.table.table_search select.double_input,
.table.table_search input[type="text"].j_date_check,
.table.data.write input[type="text"].j_date_check {
	width: 38.5%;
}

.table.table_search input.half_input,
.table.table_search select.half_input {
	width: 50%;
}

.table.table_search input.small_input,
.table.table_search select.small_input {
	width: 23% !important;
}

.table.table_search input.auto_input,
.table.table_search select.auto_input {
	width: auto !important;
	padding-right: 4px;
}

.table.table_search td>.check>input[type="checkbox"]+label {
	/* margin-right: 10px; */
}

.table.table_search .mr5 {
	margin-right: 5px;
}

.table.table_search ::-webkit-input-placeholder {
	color: #b4b6bc;
	font-size: 14px;
	font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.table.table_search :-moz-placeholder {
	color: #b4b6bc;
	font-size: 14px;
	font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.table.table_result {
	margin: 0 0 12px;
	border: none;
	border-top: 1px solid #71747c;
}

.table.table_result thead {
	border: none;
	background: none;
	background-color: #f0f2f6;
}

.table.table_result thead>tr th {
	padding: 13px 3px;
	height: auto;
	background: none;
	border: none;
	border-top: 1px solid #d4d8e2;
	border-right: 1px solid #d4d8e2;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #272833;
}

.table.table_result thead>tr:first-child th {
	border-top: none;
}

.table.table_result thead>tr th:last-child {
	border-right: none;
}

.table.table_result thead>tr th.bdr {
	border-right: 1px solid #d4d8e2 !important;
}

.table.table_result tbody>tr th {
	border: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #272833;
}

.table.table_result tbody>tr td {
	border: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #494b55;
	word-break: break-all;
}

.table.table_result tbody>tr td:last-child {
	border-right: none;
}

.table.table_result tbody>tr td.bdr {
	border-right: 1px solid #eee;
}

.table.table_result tbody>tr td.bdrn {
	border-right: none;
}

.table.data {
	border-top: 2px solid #747e8c;
}

.table.data thead th {
	padding: 10px;
	height: 25px;
	text-align: center;
	background: #f2f0f6;
	border: 1px solid #c1cad0;
	border-bottom: 0;
	word-break: break-word;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #272833;
}

.table.data tbody th {
	padding: 13px 23px;
	color: #333;
	border: 1px solid #d4d8e2;
	background-color: #f2f0f6;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.table.data tbody th.sm_pad {
	padding: 13px;
}

.table.data tbody td {
	padding: 7px 16px;
	height: 32px;
	border: 1px solid #d4d8e2;
	word-break: break-all;
}

.table.data tbody td.word-break {
	word-break: break-all !important;
}

.table.data select,
.table.data input[type="text"],
.table.data input[type="file"],
.table.data input[type="tel"],
.table.data input[type="email"],
.table.data input[type="password"],
.table.data input[type="number"] {
	border-color: #d4d8e2;
	border-radius: 2px;
	width: 100%;
	height: 32px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
}

.table.data select:disabled,
.table.data input[type="text"]:disabled,
.table.data input[type="file"]:disabled,
.table.data input[type="tel"]:disabled,
.table.data input[type="email"]:disabled,
.table.data input[type="password"]:disabled,
.table.data input[type="number"]:disabled {
	background-color: #f5f5f5;
}

.table.data tbody td input.double_input,
.table.data tbody td select.double_input,
.table.data tbody td .double_input {
	width: 38.5%;
}

.table.data tbody td input.half_input,
.table.data tbody td select.half_input,
.table.data tbody td .half_input {
	width: 50%;
}

.table tbody td .double_input+.double_input {
	margin-left: 5px;
}

.table.data ::-webkit-input-placeholder {
	color: #b4b6bc;
	font-size: 14px;
	font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "small_inputMalgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.table.data :-moz-placeholder {
	color: #b4b6bc;
	font-size: 14px;
	font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.table.data tbody td a[class^=n_btn],
.table.data tbody td label[class^=n_btn] {
	margin-left: 5px;
	padding: 6px 13.5px 6px 33.5px;
}

.table tfoot td {
	height: 30px;
	padding: 6px 10px 5px;
}

.table.data tbody td a:hover {
	text-decoration: underline;
}

.table tfoot {
	background: #747e8c;
}

.table tfoot td {
	text-align: center;
	color: #fff;
	border: 1px solid #9da3ac;
}

.table.data.stgo thead th {
	padding: 4px 0.5% 4px;
}

.table.data.stgo tbody th {
	padding: 4px 0.5% 4px;
}

.table.data.stgo tbody td {
	padding: 4px 0.5% 4px;
}

/* 시스템관리 > push관리 */
.table.data .hourMin {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: 15px
}

.table.data .bd_label {
	border: 1px solid #ddd;
	padding: 10px 12px;
	box-sizing: border-box;
	display: block;
	line-height: 1.4;
	word-break: break-all;
	color: #666;
}

.table .check_long_type {
	line-height: 2.4;
}

/*회원가입 페이지 th 전용*/
.table.data.join {
	margin-top: 5px;
}

.table.data.join tbody th {
	height: 30px;
	padding: 4px 10px 4px;
}

.table .com {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
	text-indent: -9999px;
	background: url(../img/bg/com_15.gif) 0 0 no-repeat;
}

/* 상품조회 테이블 하단 여백X */
.table.data.prod tbody td {
	padding: 0 0.5%;
}

.table.data.prod tbody tr.result td {
	padding: 0 0.5%;
	background: #f0f0f0;
}

.table.data.prod .radio.scrap {
	margin-bottom: 5px;
}

.table.data.prod .tac .radio,
.table.data.prod .tac .check {
	margin-right: 0;
}


.table.data .stg td {
	text-align: right;
	color: #333;
}

.table.data .stg td:first-child {
	text-align: left;
}

.table.data .stg .dep1 {
	background: #f8f8f8;
}

.table.data .stg .dep1 td {
	font-weight: 700;
}

.table.data .stg .dep1 td:first-child {
	color: #1d5799;
}

.table.data .stg .dep2 td:first-child {
	font-weight: 700;
}

.table.data .stg .dep3 td:first-child span {
	display: inline-block;
	padding-left: 13px;
	background: url(../img/bg/tddep3.gif) 0 center no-repeat;
}

.table.data .stg .dep4 td:first-child span {
	display: inline-block;
	padding-left: 13px;
	margin-left: 15px;
	color: #1d5799;
	background: url(../img/bg/tddep4.gif) 0 center no-repeat;
}

.table.data .url_disabled {
	display: inline-block;
	max-width: 86.5% !important;
}

.table.over tbody tr:focus,
.table.over tbody tr:hover {
	background: #f7f7f7;
	cursor: pointer;
}

.table.over tbody tr.active td,
.table.over tbody tr.active th {
	color: #fff;
	background: rgba(91, 95, 228, .8);
}

.table.over tbody tr.active .blue {
	color: #1d5799;
}

/* 답변완료 */
.table.over tbody tr td.answer {
	color: #2380e2;
	font-weight: 600;
}

.table .input_info {
	margin-top: 8px;
}

.table .input_info label {
	font-size: 14px;
	color: #1d5799;
}

.table .input_small_info {
	margin-left: 20px;
	color: #666;
}

.table_bottom_text {
	margin-top: 20px;
	padding: 15px;
	line-height: 22px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f8f8f8;
}

.table_bottom_text span {
	display: inline-block;
	padding-left: 10px;
	background: url(../img/bg/dot.gif) 0 10px no-repeat;
}

.notice_mark {
	display: inline-block;
	padding: 5px 8px 3px;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	background: #3d5374;
}

.new p span {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-left: 7px;
	margin-top: -3px;
	background: url(../img/bg/ico_new.png) right center no-repeat;
	background-size: cover
}

.secret p i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-left: 7px;
	margin-top: -3px;
	background: url(../img/bg/secret.png) right center no-repeat;
}

.new p {
	color: #000;
}

.table .ok {
	color: #666;
}

.table .write {
	color: #1d5799;
}


.table.view {}

.view_top {
	overflow: hidden;
}

.view_top .title {
	float: left;
	font-size: 16px;
}

.view_top .date {
	float: right;
	color: #666;
	font-weight: normal;
}

.view_body {
	padding: 20px;
	line-height: 22px;
	word-break: break-all;
	font-size: 14px;
}

.view_body pre {
	word-break: break-all;
	white-space: normal;
	font-family: "Pretendard Variable", Pretendard, system-ui, Roboto, "Segoe UI", "Noto Sans KR", "Malgun Gothic", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/* E20240119 */
.view_body .btns_bice {
	min-width: 90px;
	margin-top: 0;
	margin-bottom: 20px;
	background: #0e4194;
}

.view_body .edu_inner_list {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.view_body .edu_inner_list li {
	float: left;
	height: 52px;
	padding-left: 110px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}

.view_body .edu_inner_list li:first-child {
	border-left: none;
}

.view_body .edu_inner_list li.list01 {
	width: 33%;
	background: url(../img/bg/edu_list01.gif) 30px 0 no-repeat;
}

.view_body .edu_inner_list li.list02 {
	width: 45%;
	background: url(../img/bg/edu_list02.gif) 30px 0 no-repeat;
}

.view_body .edu_inner_list li.list03 {
	width: 22%;
	background: url(../img/bg/edu_list03.gif) 30px 0 no-repeat;
}

.view_body .edu_inner_list li p {
	display: table;
	width: 100%;
	height: 52px;
	font-size: 14px;
}

.view_body .edu_inner_list li p span {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}

.view_body .edu_inner_img {
	margin-top: 30px;
	text-align: center;
}

.view_body .edu_inner_img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.view_body .edu_inner_list+div {
	padding: 30px 32px;
}

.file_link {
	float: right;
	padding: 2px 0;
	margin-left: 16px;
	padding-left: 20px;
	color: #666;
	background: url(../img/bg/btn_tbl_file.png) no-repeat 0% 50% / auto;
}

.file_link:first-child {
	margin-left: 0;
}

.table_top_info {
	overflow: hidden;
	margin-top: 10px;
	padding: 0 0 5px 0;
	font-size: 14px;
}

.table_top_info span {
	float: right;
}

.table_top_info span em {
	color: #3d5374;
	font-weight: 700;
}

.table_top_info span a img {
	margin-top: -7px;
}

.table_top_info span:first-child {
	float: left;
	margin-top: 7px
}

.table_top_info .btn_right {
	float: right;
}

.table_top_info .btn_right a {
	margin-top: 0;
}

.table.data2 {
	border-top: 2px solid #717b88;
}

.table.data2 tbody th {
	padding: 8px 10px 6px;
	color: #000;
	border: 1px solid #ddd;
	background: #f8f8f8;
}

.table.data2 tbody td {
	padding: 8px 10px 6px;
	color: #333;
	border: 1px solid #ddd;
}


/* 글쓰기 */
.table.horizontal {
	border-top: 3px solid #5b5fe4;
}

.table.write {
	margin-top: 40px;
}

.table.write th {
	padding: 0 20px;
	width: 169px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #f4f4f4;
}

.table.write td {
	padding: 8px 6px;
}

.table.write textarea {
	width: 100%;
	height: 350px;
	padding: 8px 6px;
	;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.table.write textarea.rows2 {
	height: 64px;
}

.table.write textarea.rows4 {
	height: 128px;
}

.table.write .btns_white {
	height: 24px;
	line-height: 24px;
	margin-top: 0;
	margin-right: 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #333;
}

.table.write .upload_text {
	color: #666;
}

/* 테이블 > 표 */
.inner_table_list {
	width: 100%;
}

.inner_table_list .th {
	overflow: hidden;
}

.inner_table_list .th strong {
	float: left;
	width: 70%;
	padding: 12px 0;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #dbe1e5;
	border-right: none;
	background: #dfe9f0;
}

.inner_table_list .th strong:first-child {
	width: 30%;
	margin-right: -1px;
	border-left: none;
}

.inner_table_list ul {}

.inner_table_list ul li {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.inner_table_list ul li span {
	position: relative;
	float: left;
	width: 30%;
	padding: 12px 10px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

.inner_table_list ul li span:after {
	content: '~';
	clear: both;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -5px;
}

.inner_table_list ul li span input:first-child {
	float: left;
	width: 46%;
}

.inner_table_list ul li span input:last-child {
	float: right;
	width: 46%;
}

.inner_table_list ul li p {
	float: left;
	width: 70%;
	padding: 12px 10px;
	box-sizing: border-box;
}

.inner_table_list ul li p input {
	width: 100%;
}

/*사진등록*/
.pic_add {
	position: relative;
}

.pic_add .img {
	display: inline-block;
	float: left;
	position: relative;
	width: 125px;
	height: 156px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.pic_add .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 123px;
	height: 154px;
}

.pic_add .bt {
	float: left;
	height: 156px;
	margin-left: 10px;
	box-sizing: border-box;
	padding-top: 113px;
}

.pic_add .bt a {
	float: left;
	min-width: 80px;
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
	color: #333;
	border: 1px solid #ededed;
	background: #f7f7f7;
}

.pic_add .bt a:first-child {
	margin-right: 6px;
	color: #fff;
	border: 1px solid #9ea4ac;
	background: #747e8c;
}

.pic_add.company .img {
	width: 110px;
	height: 32px;
	margin-top: 50px;
}

.pic_add.company .img img {
	width: 108px;
	height: 30px;
}

.pic_add.company .bt {
	padding-top: 56px;
}

.pic_add.company .text {
	position: absolute;
	left: 0;
	top: 90px;
}

.st_double_line_col4 td:nth-child(4),
.st_double_line_col4 th:nth-child(4) {
	border-left: 3px double #bababa !important
}

/* 정렬버튼 */
.bt_sorting {
	position: relative;
	padding-right: 16px;
}

.bt_sorting:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	border: 6px solid transparent;
	border-top: 6px solid #494b55;
}

.bt_sorting.desc:after {
	content: '';
	top: -1px;
	border: 6px solid transparent;
	border-bottom: 6px solid #494b55;
}

/* y축 스크롤 테이블 */
.scroll_y { width: 100%; }
.scroll_y > table { table-layout: fixed; width: calc(100% + 4px) }
.scroll_y > table tbody td { padding: 6px 10px 6px !important; }


/* scrollbar */
.scroll_y::-webkit-scrollbar {
	background: #f5f5f5;
	height: 5px;
	width: 5px;
}

.scroll_y::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 100px;
	background-clip: padding-box;
	border-left: 1px solid transparent;
}



/* no-sideline-table */
.no-sideline-table-head {
  background-color: #f1f3f9;
  border: 1px solid #dee1f0;
  border-radius: 6px;
}

.no-sideline-table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
  text-align: center;
}

.no-sideline-table thead tr th {
  color: #494b55;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding: 7px 0;
  border-right: 1px solid #dee1f0;
  border-bottom: 1px solid #dee1f0;
  white-space: nowrap;
}

.no-sideline-table thead tr th:not(:last-child) th[rowspan] { border-bottom: none; }


.no-sideline-table tbody tr td {
  color: #232433;
  font-size: 15px;
  line-height: 1.4;
  padding: 12px 16px;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #e6eaf1;
}

.no-sideline-table tbody tr:first-child td { border-top: none; }

.no-sideline-table tbody tr td.data { text-align: right !important; }

.no-sideline-table tbody tr td.data span {
  color: #71747c;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0;
  display: block;
}

.no-sideline-table-body {
  margin-top: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

table.table-hide-class tbody tr.hide-tr {
  background-color: #f9fafc;
  transition: height 0.5s ease-in-out;
  display: none;
}

table.table-hide-class tbody tr.hide-tr.active { display: table-row; }

table.table-hide-class tbody tr.show-more-tr { background-color: #f9fafc; }

table.table-hide-class tbody tr.show-more-tr td {
  border: 1px solid rgba(212, 216, 226, 0.5019607843);
  border-radius: 0 0 6px 6px;
  padding: 7px 0;
}

table.table-hide-class tbody tr.show-more-tr td .btn-show-tr {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #494b55;
  font-size: 15px;
  font-weight: 500;
}

table.table-hide-class tbody tr.show-more-tr td .btn-show-tr::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url(../../static/img/bg/btn_arrow_close.png);
  background-size: cover;
  margin-left: 8px;
  transform: rotate(180deg);
}

table.table-hide-class tbody tr.show-more-tr td .btn-show-tr.active::after { transform: none; }



/* 반응형 */
/* 테블릿 시작
@media(max-width : 1024px) {
	.table {border-top:2px solid #5b5fe4; font-size:14px;}
	.table thead th {padding:18px 10px 15px;}
	.table tbody td {padding:15px 5px;}
	.notice_mark {display:inline-block; padding:4px 6px 2px; font-size:12px; color:#fff; border-radius:2px; background:#3d5374;}
	.new p span{width:16px; height:16px; margin-left:5px;}
	.table.write {margin-top:20px;}

	.pic_add .bt {float:left; padding-top:78px;}
	.pic_add .bt a {float:none; display:block;}
	.pic_add .bt a:first-child {margin-right:0;}
}


모바일 시작
@media(max-width : 768px) {
	.table thead th {padding:18px 5px 15px;}
	.view_body {padding:10px 0px;}

	.table.write th {width:20%; padding:0 10px}
	.table.write td {width:80%; padding:10px}
	.table.write textarea {height:200px; padding:8px; line-height:19px;}
	.table.write .title_input {font-size:13px;}
	.table.write .cate_select {width:100%;}

	.view_body .edu_inner_list li em {padding:12px 0; font-size:14px;}
	.view_body .edu_inner_list li p {padding:12px 10px; font-size:14px;}

}


아이폰6 이상
@media(max-width : 375px){
	.table {font-size:13px;}
	.table thead th {padding:13px 5px 10px;}
	.sub_top h2 {font-size:24px;}
}

기본 모바일 (갤럭시, LG, 소니 등)
@media(max-width : 360px){

}

아이폰5s 이하
@media(max-width : 320px){}
 */