@charset "utf-8";

/********** skip_nav **********/
.skip_nav {display:block;overflow:hidden;position:absolute;left:0;right:0;top:0;z-index:1000;height:0;background:#000;text-align:center;}
.skip_nav:focus {overflow:auto;height:auto;padding:5px 0;color:#fff;}


/********** 숨김 **********/
legend, .hide {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);}


/********** 말줄임(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="ellipsis"] {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis1 {-webkit-line-clamp:1;}/* 1줄 */
.ellipsis2 {-webkit-line-clamp:2;}/* 2줄 */
.ellipsis3 {-webkit-line-clamp:3;}/* 3줄 */
.ellipsis4 {-webkit-line-clamp:4;}/* 4줄 */


/********** 타이틀 **********/
h4,.h4 {font-size:1.500em;font-weight:500;color:#222;}
h5,.h5 {font-size:1.375em;font-weight:400;color:#2675bf;}
h6,.h6 {position:relative;padding-left:16px;font-size:1.250em;font-weight:400;color:#444;}
.h6:after {content:"";position:absolute;left:0;top:8px;width:6px;height:10px;background:#1a5286;border-radius:50px;}


/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:14px;margin-top:5px;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:11px;}
/* 리스트_1 */
.list1 > li {color:#222;}
.list1 > li:after {width:3px;height:3px;background:#222;}
/* 리스트_2 */
.list2 > li {padding-left:14px;margin-top:5px;background:url("/images/fs2/common/sh_dot1.gif") no-repeat 0 10px;color:#444;}
/* 리스트_3 */
.list3 > li {color:#666;}
.list3 > li:after {width:3px;height:1px;background:#666;}


/********** 폰트색상 **********/
.cr_red {color:#ff0000;}
.cr_blue {color:#004c9d;}
.cr_green {color:#578a00;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#999;}


/********** 테이블 **********/
.t_info {color:#767676;font-size:.9em;}
.tableA {table-layout: fixed;border-top:2px solid #222;}
.tableA thead th {padding:15px 10px;border-left:1px solid #e4e4e4;color:#222;background: rgba(135, 206, 235, 0.15);text-align: center;}
.tableA tbody th {color:#222;text-align: center;}
.tableA tbody th,
.tableA tbody td {padding:15px 10px;border-left:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;}
.tableA thead th:first-child,
.tableA tbody td:first-child,
.tableA tbody th:first-child {border-left:none;}

/* 반응형 시 스크롤 */
.ov_table {}
.ov_table .ov_txt {display:none;}
.ov_table .ov_txt span {color:#222;font-size:.9em;position:relative;padding-left:20px;line-height:22px;}
.ov_table .ov_txt span:after {content:'';position:absolute;left:0;top:0;bottom:0;background:url("/images/fs2/common/scroll.png") no-repeat center top -3px;width:16px;height:auto;aspect-ratio: 60/67;background-size: contain;}
@media only screen and (max-width:767px){
	.tableA thead th,
	.tableA tbody th,
	.tableA tbody td {padding:12px 10px;}
}
@media only screen and (max-width:560px){
	.ov_table {position: relative;overflow-x: auto;}
	.ov_table .ov_txt {position:sticky;left:0;display:block;text-align: center;margin-bottom:10px;}
	.ov_table table {min-width:560px;}
}


/********** 폼박스(테이블형) **********/
.form_box textarea {resize: unset;}
.form_box tbody tr th,
.form_box tbody tr td {padding:15px;}
.form_box tbody tr td .checks.flexbox {gap:7px 15px;}
.form_box .mail_area .flexbox {flex-wrap:wrap;align-items: center;}
.form_box .mail_area .flexbox .inblock {margin:0 5px;width:20px;text-align:center;}
/* 파일첨부 */
.file_box {display:flex;flex-wrap:wrap;align-items: flex-start;justify-content: space-between;}
.file_box .btn_upload {width:110px;}
.file_box .btn_upload label {display:block;width:100%;padding:0 15px;line-height:35px;font-size:.9em;transition:all .4s;-webkit-transition:all .4s;}
.file_box input[type="file"] {position:absolute;width:0;height:0;padding:0;overflow:hidden;border:0;cursor:pointer;transition:all .4s;-webkit-transition:all .4s;}
.file_box .upload_list  {display:block;width:calc(100% - 115px);}
.file_box .upload_list a {display:block;padding-left:15px;line-height:35px;border-radius:5px;font-size:.9em;color:#999;border-bottom:1px solid #eee;}
.file_box .upload_list a + a {margin-top:5px;}
.file_box .upload_list a span:hover {text-decoration: underline;}
.file_box .upload_list a .btn_del {visibility:hidden;opacity:0;display:inline-block;margin-left:20px;font-family: inherit;color:#999;background:none;}
.file_box .upload_list a:hover .btn_del,
.file_box .upload_list a:focus .btn_del,
.file_box .upload_list a:active .btn_del {visibility: visible;opacity: 1;color:#666;}

.p_info {padding:20px;border:1px solid #e4e4e4;max-height:200px;overflow-y: auto;color:#767676;}

/********** 폼박스(리스트형) **********/
ul.form_list {border-top:2px solid #222;padding:30px 0;border-bottom:1px solid #e4e4e4;}
ul.form_list li + li {margin-top:30px;}
ul.form_list li label {color:#222;font-weight:bold;font-size:1.05em;}
ul.form_list li input {background:#f5f5f5;}
ul.form_list li input:focus {background:#222;color:#fff;outline:none;}
ul.form_list li .th {margin-bottom:5px;}
ul.form_list li .input_datepic {background:url("/images/fs2/common/icon_de.png") no-repeat center right 10px #fff;}
@media only screen and (max-width:767px){
	[class*="form_box"] .wh200 {width:100%;}
	[class*="form_box"] .mail_area .flexbox {width:100%;}
	[class*="form_box"] .mail_area input {width:calc((100% - 30px)/2);}
	[class*="form_box"] .mail_area select {width:100%;margin:5px 0 0;}
	[class*="form_box"] .add_area .flexbox.column {flex-direction:column;gap:5px;}
	[class*="form_box"] .add_area .flexbox.column input + input {margin-left:0;}

	/* 폼박스 (테이블형) */
	.form_box .responsive tbody tr {padding:0 !important;}
	.form_box .responsive tbody tr th,
	.form_box .responsive tbody tr td {padding:15px;}
	.form_box tbody tr td .checks.flexbox {justify-content: center;}

	/* 파일첨부 */
	.file_box {flex-direction: column;}
	.file_box .upload_list {width:100%;}
	.file_box .upload_list a .btn_del {visibility: visible;opacity: 1;}
}


/********** 검색 **********/
.search_wrp.flexbox {justify-content: space-between;align-items:flex-end;}
.search_wrp .total_box {color:#222;}
.search_wrp .total_box strong {display:inline-block;margin:0 5px 0 10px;}
.search_box {display:inline-block;background:#f5f5f5;padding:7px 20px;border-radius:10px;}
.search_box .flexbox {align-items: center;}
.search_box .flexbox .sc_input {width:calc(100% - 160px);}
.search_box .flexbox select,
.search_box .flexbox input {border:0;}
.search_box .sc_btn {display:inline-block;width:40px;height:40px;background:url("/images/fs2/common/icon_search_view.png") no-repeat center;opacity: .5;transition:all .4s;-webkit-transition:all .4s;}
.search_box .sc_btn:hover {opacity: 1;}
.search_box input:focus {background:unset;color:inherit;}
@media only screen and (max-width:767px){
	.search_wrp.flexbox {flex-direction: column-reverse;justify-content: center;align-items: center;}
	.search_wrp.flexbox .total_box {margin-top:20px;}

	.search_box {display:block;border-radius:10px;padding:7px;}
	.search_box .flexbox select.wh120 {width: 100px;}
	.search_box .flexbox .sc_input {width:calc(100% - 140px);padding:0 10px;}
}

/* datepicker */
.ui-datepicker { display: none; background-color: #fff; border-radius: 4px; margin:10px 0 0;padding: 20px 20px 10px;width:300px; box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1); font-size: 14px;border: 1px solid #eee;}
.ui-widget-header {position:relative;border:none; background: #fff; padding: 10px 0;}
.ui-widget-header .ui-icon {width:10px;height:10px;background: url('/images/fs2/common/page_next.png') no-repeat center;font-size:0;background-size:contain;}
.ui-widget-header .ui-corner-all {display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor: pointer; position:absolute;top:0;bottom:0;margin:auto;}
.ui-widget-header .ui-datepicker-prev {transform: rotate(180deg);left:0;}
.ui-widget-header .ui-datepicker-next {right:0;}
.ui-widget-header .ui-datepicker-title { margin:0;padding:0; line-height: 16px; text-align: center;font-weight: bold; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active { border: 0px solid #c5c5c5; background-color: transparent;color: #454545; text-align: center; }

.ui-state-disabled { cursor: auto; color: hsla(0, 0%, 80%, 1); }
.ui-datepicker-calendar { width: 100%; }
.ui-datepicker-calendar>thead>tr>th { padding: 5px;font-weight:bold;}
.ui-datepicker-calendar>tbody>tr>td {width:40px;height:40px;aspect-ratio:1/1;padding:5px;font-weight:normal; text-align: center; font-size: 12px;color:#999;transition:all .3s;-webkit-transition:all .3s;}
.ui-datepicker-calendar>tbody>tr>td:hover { background-color: transparent;opacity: .6;}
.ui-datepicker-calendar>tbody>tr>td>a {display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:bold;text-decoration: none;border-radius:50%;}
.ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover { cursor: auto; background-color: #fff; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
.ui-button:hover, .ui-button:focus {border:none;background-color: transparent;}
.ui-datepicker-calendar>thead>tr>th:first-child, /* 일요일 */
.ui-datepicker-calendar>tbody>tr>td:first-child a { color: red !important; }
.ui-datepicker-calendar>thead>tr>th:last-child, /* 토요일 */
.ui-datepicker-calendar>tbody>tr>td:last-child a { color: #0099ff !important; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border:0; background: #f1f1f1;border-radius: 50%;}
.inp { padding: 10px 10px; background-color: #f1f1f1; border-radius: 4px; border:none; }
.inp:focus { outline: none; background-color: #eee; }


/********** 게시판(일반) **********/
.board_list {width:100%;border-bottom:1px solid #e4e4e4;border-top:2px solid #222;word-break:normal;}
.board_list thead th {padding:20px;border-left:1px solid #e4e4e4;color:#000;}
.board_list thead th:first-child {border-left:0;}
.board_list tbody tr:hover {background:#f5f5f5;}
.board_list tfoot th {padding:15px 20px;background:#e8e8e2;border-top:1px solid #e4e4e4;}
.board_list tfoot td {padding:15px 20px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;background:#e8e8e2;}
.board_list tbody th {padding:15px 20px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;background:#eef6fe;text-align:left;vertical-align:middle;font-weight:700;color:#222;}
.board_list tbody td {padding:15px 20px;border-left:1px solid #e4e4e4;border-top:1px solid #e4e4e4;}
.board_list tbody td:first-of-type  {border-left:0;}
.board_list tbody tr th.bd_none,.board_list tbody tr td.bd_none,
.board_list thead tr th.bd_none,.board_list thead tr td.bd_none {border-left:0;}
.board_list tbody tr th.bd_left,.board_list tbody tr td.bd_left,
.board_list thead tr th.bd_left,.board_list thead tr td.bd_left {border-left:1px solid #e4e4e4;}
.board_list tbody tr td strong.notice {color:#334E59;}
.board_list tbody tr td.title {padding:0;}
.board_list tbody tr td.title a {display:block;padding:15px 20px;text-align: left;font-weight:600;color:#000;font-size:1.05em;}
.board_list tbody tr td.file span {display:flex;align-items:center;justify-content:center;font-size:0;}
.board_list tbody tr td.date {font-size:.9em;}

/* 상세 */
.board_view {border-top:2px solid #222;border-bottom:1px solid #ddd;}
.board_view > li {padding:40px 30px;}
.board_view > li.title-area {}
.board_view > li.title-area .flexbox {font-size:1.6em;color:#000;}
.board_view > li.title-area .flexbox .notice {font-size:.9em;display:inline-block;margin-right:15px;}
.board_view > li.title-area .tit_info {font-size:.95em;margin-top:15px;display:flex;gap:7px 20px;}
.board_view > li.title-area .tit_info > li {position:relative;}
.board_view > li.title-area .tit_info > li:nth-of-type(n+2):before {content:'';position:absolute;left:-10px;top:0;bottom:0;margin:auto;width:1px;height:12px;background:#bbb;}
.board_view > li.cont-area {padding:20px 30px;}
.board_view > li.file-area {padding:15px 30px;font-size:.9em;font-weight:600;color:#999;}
.board_view > li.file-area > div:nth-of-type(n+2) {margin-top:10px;}
.board_view > li.file-area a:is(:hover, :focus, :active) {text-decoration: underline;color:#333;}
.board_view > li.file-area.nofile {background:#f5f5f5;}
@media only screen and (max-width:767px){
	/* 반응형 시 thead X */
	table.responsive colgroup col {width:auto;}
	table.responsive colgroup col + col {display: none;}
	table.responsive thead {display: none;}
	table.responsive tbody tr {display:block;padding:10px 0;}
	table.responsive tbody tr + tr {border-top:1px solid #e4e4e4;}
	table.responsive tbody tr th {display:block;padding:5px 10px;}
	table.responsive tbody tr td {border:0;display:block;text-align:left;padding:5px 10px;width:100%;}
	table.responsive tbody tr td.file {display: none;}

	/* 반응형 시 data-content 보여짐 */
	table.mob_data colgroup {display:none;}
	table.mob_data thead {display:none;}
	table.mob_data tbody tr {display:block;position:relative;border-bottom:1px solid #ddd;padding:10px 0;}
	table.mob_data tbody tr + tr {margin-top:-1px;}
	table.mob_data tbody tr:last-child {border:0;}
	table.mob_data tbody tr:after {content:'.';display:block;clear: both;visibility: hidden;height:0;}
	table.mob_data tbody tr th,
	table.mob_data tbody tr td {display:block;width:100%;text-align: left;border:0;line-height:1.3em;padding:0 0 10px;}
	table.mob_data tbody tr td:first-of-type {padding-top:0;}
	table.mob_data tbody tr td.no-data {display:block;width:100%;text-align: center;}
	table.mob_data > tbody tr th:before,
	table.mob_data > tbody tr td:before {content:attr(data-content);display:inline-block;padding:0 15px 3px 0;font-weight:bold;color:#222;} /* thead의 내용을 tbody의 th, td에 각각 삽입 */
	table.mob_data tbody tr td.file {display: none;}

	.board_list tbody tr td.title a {padding:5px 10px;}

	/* 상세 */
	.board_view > li,
	.board_view > li.cont-area {padding:20px 15px;}
	.board_view > li.title-area .flexbox {flex-direction: column;}
	.board_view > li.title-area .flexbox .notice {font-size:.8em;}
	.board_view > li.file-area {padding:10px 15px;}
}

/********** 게시판(갤러리) **********/
.gallery_wrp {}
.gallery_list > ul {display:flex;flex-wrap:wrap;gap:50px 20px;margin:20px 0 40px;}
.gallery_list > ul > li {width:calc((100% - 60px)/4);}
.gallery_list > ul > li.no-data {width:100%;text-align: center;padding:20px 0;border-top:2px solid #222;border-bottom:1px solid #ddd;}
.gallery_list > ul > li a {display:block;width: 100%;}
.gallery_list > ul > li .imgbox {width:100%;height:auto;aspect-ratio:4/3;display:flex;align-items: center;justify-content: center;overflow:hidden;border-radius:10px;border:1px solid #ddd;}
.gallery_list > ul > li .imgbox img {transition:all .3s;-webkit-transition:all .3s;max-height:85%;}
.gallery_list > ul > li a:is(:hover, :focus, :active) .imgbox img {transform:scale(1.1);}
.gallery_list > ul > li .titbox {margin-top:20px;text-align:center;color:#000;font-size:1.2em;font-weight:600;display: flex;justify-content: center;}
.gallery_list > ul > li .titbox a {}
@media only screen and (max-width:1199px){
	.gallery_list > ul {gap:40px 15px;}
	.gallery_list > ul > li {width:calc((100% - 30px)/3);}
	.gallery_list > ul > li .titbox {margin-top:20px;}
}
@media only screen and (max-width:1023px){
	.gallery_list > ul > li {width:calc((100% - 15px)/2);}
}
@media only screen and (max-width:767px){
	.gallery_list > ul > li {width:100%;}
	.gallery_list > ul > li .titbox {margin-top:15px;font-size:1.1em;}
}

/********** 페이지넘버 **********/
.page-number {display:flex;justify-content:center;align-items:center;margin-top:40px;gap:2px}
.page-number li a {display:inline-block;width:35px;height:35px;line-height:33px;text-align:center;border-radius:3px;border:1px solid #eee;transition:0.4s;-webkit-transition:0.4s;}
.page-number li a:hover,.page-number li a:focus,.page-number li a:active {border:1px solid #222;}
.page-number li.on a,.page-number li.num a:hover,.page-number li.num a:focus,.page-number li.num a:active {border:1px solid #222;background:#222;color:#fff;}
.page-number .prev_first {background:url("/images/fs2/common/page_first.png") no-repeat center center;font-size:0;}
.page-number .prev {background:url("/images/fs2/common/page_prev.png") no-repeat center center;font-size:0;}
.page-number .next {background:url("/images/fs2/common/page_next.png") no-repeat center center;font-size:0;}
.page-number .next_last {background:url("/images/fs2/common/page_last.png") no-repeat center center;font-size:0;}
@media only screen and (max-width:767px){
	.page-number li a {width:30px;height:30px;line-height:28px;}
}


/********** 버튼 **********/
/* 기본 */
.btn_bace {display:inline-block;line-height:40px;padding:0 30px;background:#63b9dc;border-radius:5px;text-align:center;color:#fff;cursor:pointer;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background:#0D0D0D;color:#fff;}
/* 선버튼 */
.btn_line {display:inline-block;line-height:40px;padding:0 30px;background:#fff;border-radius:5px;border:1px solid #d8d8d8;text-align:center;color:#222;cursor:pointer;}
.btn_line:hover,.btn_line:focus,.btn_line:active {border-color:#0D0D0D;text-decoration:none;}

.btn_bace.black {background:#333;color:#fff;}
.btn_bace.black:hover {background:#0d0d0d;}

@media only screen and (max-width:767px){
	.btn_bace, .btn_line {line-height:35px;padding:0 20px;}
}


/********** 체크버튼(라디오, 체크) **********/
.checks {position:relative;}
.checks input {overflow:hidden;position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0;}
.checks input + label {display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;cursor:pointer;}
.checks input:hover + label:before,
.checks input:focus + label:before,
.checks input:active + label:before {outline:1px dotted #000;}
.checks input:disabled:hover + label:before,
.checks input:disabled:focus + label:before,
.checks input:disabled:active + label:before {outline:0;}
.checks input[type="radio"] + label {padding-left:30px;}
.checks input[type="radio"] + label:before {content:'';position:absolute;left:0;top:0;width:22px;height:22px;background:#fff;border:1px solid #ddd;border-radius:100%;text-align:center;}
.checks input[type="radio"]:checked + label:after {content:'';position:absolute;top:4px;left:4px;width:14px;height:14px;background:#63b9dc;border-radius:100%;}
.checks input[type="radio"]:checked + label:before {border:1px solid #63b9dc;}
.checks input[type="radio"]:disabled + label:before {background:#eee;}
.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:22px;height:22px;margin:-2px 5px 0 0;border:1px solid #ddd;border-radius:3px;text-align:center;vertical-align:middle;}
.checks input[type="checkbox"]:checked + label:before {content:'';text-shadow:1px 1px #fff;background:url("/images/fs2/common/check.png") no-repeat center #63b9dc;border:0;font-size:14px;}
.checks input[type="checkbox"]:disabled + label:before {background:#eee;}


/********** 인풋스타일 **********/
.bd_style {border:1px solid #e4e4e4;}
.input_datepic {position: relative;background: url("/images/fs2/common/icon_de.png") no-repeat center right 10px #fff;color:#767676;}
input,select {position:relative;font-family:inherit;font-size:inherit;line-height:40px;padding:0 20px;background:none;border:1px solid #e4e4e4;}
input::placeholder {color:#ccc;}
select {background:url("/images/fs2/common/sel_icon.png") no-repeat center right 10px;}
input:focus {background:#f5f5f5;outline:none;}
select:focus,textarea:focus {border:none;outline:1px dashed #ddd;}
input[type="date"]{position:relative;color:#767676;}
input[type="date"]:before {content:attr(data-placeholder);}
input[type="date"]:focus:before,
input[type="date"]:valid:before {display:none;}
input[type="date"]:focus {outline:1px dashed #ddd;}


textarea {padding:20px;border:1px solid #e4e4e4;resize:vertical;font-family: inherit;color:inherit;font-size:inherit;}
textarea::placeholder {color:#ccc;}
@media only screen and (max-width:767px){
}


/********** 가로값 **********/
.wh100p {width:100%;}
.wh99p {width:99%;}
.wh70p {width:70%;}
.wh50p {width:50%;}
.wh45p {width:45%;}
.wh40p {width:40%;}
.wh30p {width:30%;}
.wh200 {width:200px;}
.wh150 {width:150px;}
.wh120 {width:120px;}
.wh70 {width:70px;}
@media only screen and (max-width:767px){
	.wh99p,
	.wh70p,
	.wh50p,
	.wh45p,
	.wh40p,
	.wh30p {width:100%;}
}


/********** 정렬 **********/
.ta-l {text-align:left;}
.ta-c {text-align:center;}
.ta-r {text-align:right;}
.vt-t {vertical-align:top;}
.vt-c {vertical-align:middle;}
.vt-b {vertical-align:bottom;}


/********** 전역클래스 **********/
.ft-l {float:left;}
.ft-r {float:right;}
.block {display:block;}
.inblock {display:inline-block;}
.overflow {overflow:hidden;}
.clear:after {content:"";display:block;clear:both;}


/********** 참고텍스트 **********/
/* 느낌표_흰배경파란 */
.point1 {display:block;padding-left:20px;background:url("/images/fs2/common/ico_caution1.gif") no-repeat 0 6px;}
/* 느낌표_흰배경빨강 */
.point2 {display:block;padding-left:20px;background:url("/images/fs2/common/ico_caution2.gif") no-repeat 0 6px;}
/* 느낌표_빨강배경흰색 */
.point3 {display:block;padding-left:20px;background:url("/images/fs2/common/ico_caution3.gif") no-repeat 0 6px;}
/* 당구장표시 */
.point4 {display:block;padding-left:14px;background:url("/images/fs2/common/bul_focus.gif") no-repeat 0 9px;}


/********** 가장자리_외부(margin) **********/
.no-padding {padding:0;}
/* 위 */
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt100{margin-top:100px;}
@media only screen and (max-width:767px){
	.mt30 {margin-top:15px;}
	.mt40 {margin-top:30px;}
	.mt50 {margin-top:40px;}
	.mt60 {margin-top:50px;}
	.mt70 {margin-top:60px;}
	.mt80 {margin-top:70px;}
	.mt100{margin-top:80px;}
}
/* 우측 */
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
/* 좌측 */
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
