@charset "utf-8";
@import url('swiper.min.css');
@import url('slick.css'); 
@import url('aos.css');
@import url('layout.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/poppins');
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*=========================================================
	root
=========================================================*/
:root {
  /*Fonts */
  --font-size-0: 60rem; 
  --font-size-1: 50rem;; 
  --font-size-2: 40rem; 
  --font-size-3: 35rem;
  --font-size-4: 27rem;
  --font-size-5: 19rem;
  --font-size-6: 17rem; 
   --font-size-7: 15rem; 
}

:root {
  /* Colors */
  --color-main: red;
  --color-sub:#ff5c03;
}



@media screen and ( max-width:1024px ){
		:root {
	  /*Fonts */
	  --font-size-0: 58rem; 
	  --font-size-1: 48rem;; 
	  --font-size-2: 38rem; 
	  --font-size-3: 28rem;
	  --font-size-4: 23rem;
	  --font-size-5: 18rem;
	  --font-size-6: 13rem; 
	}
}


@font-face {
    font-family: 'YUniverse-B';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_yuniverse@1.0/YUniverse-B.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*common*/




.blind {
    display: block;
    overflow: hidden;
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.pc-view{
	display:block
}

.mo-view{
	display:none
}

@media screen and (max-width:1024px) {
	.pc-view{
		display:none
	}

	.mo-view{
		display:block
	}
		.inner-800{
		padding-left: 2.125rem;
		padding-right: 2.125rem; 
	}
	
	.inner-1200{
		padding-left: 2.125rem;
		padding-right: 2.125rem; 
	}

	.inner-1500{
		padding-left: 2.125rem;
		padding-right: 2.125rem; 
	}
}




#bo_btn_top{clear:both}
#bo_view_wrap{}
#bo_view_wrap h2{padding-bottom:7rem; position:relative;}
#bo_view_wrap .btn_bo_user{ border-bottom:solid 1px #dadada; padding:20px 0; margin-bottom:50px;}
#bo_view_wrap .bo_v_tit{font-size:3rem; }
#bo_view_wrap .top_data{ border-bottom:solid 1px #000; padding-bottom:2rem; margin-bottom:2rem}
#bo_view_wrap #bo_v_atc{padding-bottom:5rem;  font-weight:500;}
#bo_view_wrap .bo_v_nb{border-top:solid 1px #dadada; border-bottom:solid 1px #dadada; padding:20px ;}

.download_file{margin-top:40px;}
.download_file li{background:#eee; padding:5px 12px 5px 5px; border-radius:5px; margin-left:5px}
.download_file li button{font-size:15px;}

.bo_sch_wrap{float:right; margin-bottom:2rem; background:#f9f9f9; border-radius:30px;}
.bo_sch_wrap select{ border:none;margin-right:0;  height:50px;font-size:14px; padding:0 5px 0 15px;  background:url("../images/icon/select_arrow.png") right 50% no-repeat; background-size:10px;}
.bo_sch_wrap input{ border:none;  height:50px; width:80%; background:none !important}
.bo_sch_wrap .sch_bar{float:right; width:68%; }http://thegoodcoffee.co.kr/bbs/board.php?bo_table=product&sca=굿즈
.bo_sch_wrap .sch_bar i{ margin-top:10px;}
.bo_sch_wrap button{margin:6px 20px 10px 0;}
.bo_sch_wrap input::placeholder{font-size:14px;}

@media screen and (max-width:992px) {
	.bo_sch_wrap{float:none;}
	.bo_sch_wrap select{width:60px;}
	.bot .bo_v_nb{padding:10px 0; display:none}
	.bot .bo_v_nb .nb_date{display:none}
	.bo_sch_wrap button{padding-right:0}
	.bo_sch_wrap input{width:75%;}
}




/*=========================================================
	search
=========================================================*/

/* form - search */
.form_search {
    position: relative;
    display: inline-block;
    width: 600px;
}

.form_search .form_search_div {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    background: #fff;
    border: 1px solid #aa9b90;
    transition: border .3s ease;
    border-radius: 30px;
}

.form_search input {
    width: calc(100% - 95px);
    width: -webkit-calc(100% - 95px);
    height: 58px;
    font-family: "NotoSans_Regular", sans-serif;
    padding: 0 0 0 20px;
    font-size: 18px;
    color: #222;
    line-height: 48px;
    border: none;
}

.form_search.focus .form_search_div {
    border: 1px solid rgba(0, 0, 0, .72);
}

.form_search input::placeholder {
    color: rgba(0, 0, 0, .4);
    font-size: 18px;
    font-family: "NotoSans_Regular", sans-serif;
}

.form_search .btn_delete {
    display: none;
    width: 20px;
    height: 20px;
    background: url(/theme/new/images/common/btn-input-delete.svg) no-repeat center center;
}

.form_search .btn_search {
    width: 32px;
    height: 32px;
    background: url(/theme/new/images/common/btn-search-menu-mo.png) no-repeat center center;
}

.form_search .cancel {
    display: none;
    position: absolute;
    font-size: 0;
}

@media screen and (max-width: 1024px) {
    .form_search {
        width: 100%;
    }

    .form_search input {
        padding-right: 85px;
        width: 100%;
        /* width: calc(100% - 85px); width: -webkit-calc(100% - 85px); */
         height: 50px;
        font-size: 14px;
        background: transparent;
    }

    .form_search input::placeholder {
        font-size: 14px;
    }

    .form_search .input_btn_wrap {
        right: 16px;
        transition: right .3s ease;
    }

    .form_search .btn_search {
        width: 24px;
        height: 24px;
        background: url(../images/common/btn-search-menu-mo.png) no-repeat center center/24px auto;
    }

    .form_search .cancel {
        display: none;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        font-family: "NotoSans_Bold", sans-serif;
    }
}

/*=========================================================
	input type
=========================================================*/

/* form - input */
.form_input {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .16);
    transition: border .3s ease;
}

.form_input.disabled {
    background: #ebebeb;
    border: 1px solid #ebebeb;
}

.form_input input {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    height: 42px;
    padding: 10px 0 10px 10px;
    font-size: 15px;
    color: #222;
    line-height: 42px;
    border: none;
}

.form_input input::placeholder {
    color: rgba(0, 0, 0, .6);
}

.form_input.focus {
    border: 1px solid rgba(0, 0, 0, .72);
}


.my-input{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.my-input input {
  padding: 10px;
  width: 400px;
  outline: none;
  border: 1px solid #dadada;
  border-radius:6px;
  font-size:16px;
  background:#fff;
}

.my-input  input:focus {
  animation: border .3s forwards;
   border: 1px solid #5b4e45;
}

.my-input input::placeholder {
    color: rgba(0, 0, 0, .2);
	font-size:18px;
}

.my-input div{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}



@keyframes border {
  from {
    border: 1px solid #dadada;
  }
  to {
    border: 1px solid #5b4e45;
  }
}




.form_input input[type="text"]:read-only {
    width: 100%;
    background: #ebebeb;
    border: 1px solid #ebebeb;
}



@media screen and (max-width: 1024px) {
    .form_input input {
        font-size: 14px;
        background: transparent;
    }

    .form_input.tit_input .tit {
        top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .form_input.tit_input input {
        padding-left: 58px;
    }

	.my-input div{
		margin-bottom:5px;
	}

	.my-input div input{
		width:150px;
	}
}

/* form - input - checkbox */
.form_checkbox {
    position: relative;
}

.form_checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    opacity: .001;
}

.form_checkbox input + label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    min-height: 24px;
    width: auto;
    color: rgba(0, 0, 0, .9);
    font-size: 15px;
    line-height: 24px;
    background: url(../images/common/icon-checkbox.svg) no-repeat left top/24px auto;
    z-index: 1;
    cursor: pointer;
}

.form_checkbox input:checked + label {
    font-family: "NotoSans_Medium", sans-serif;
    background: url(../images/common/icon-checkbox-on.svg) left top no-repeat;
}

.form_checkbox.no_txt input + label {
    padding-left: 24px;
}

.form_checkbox input:disabled + label {
    color: rgba(0, 0, 0, .6);
    background: url(../images/common/icon-checkbox-disabled.svg) left top no-repeat;
}

/* form - input - raido */
.form_radio {
    position: relative;
}

.form_radio input {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    opacity: .001;
}

.form_radio input + label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    min-height: 24px;
    color: rgba(0, 0, 0, .9);
    font-size: 15px;
    line-height: 24px;
    background: url(../images/common/icon-radio.svg) left top no-repeat;
    cursor: pointer;
}

.form_radio input:checked + label {
    font-family: "NotoSans_Medium", sans-serif;
    background: url(../images/common/icon-radio-on.svg) left top no-repeat;
}

.form_radio.no_txt {
    height: 24px;
}

.form_radio.no_txt input + label {
    padding-left: 24px;
}

.form_radio.disabled {
    pointer-events: none;
}

.form_radio.disabled input:checked + label {
    font-family: "NotoSans_Medium", sans-serif;
    background: url(../images/common/icon-radio-off.svg) left top no-repeat;
}

.radio_flex_box {
    display: flex;
    flex-wrap: wrap;
}

.radio_flex_box .form_radio {
    margin: 6px 30px 6px 0;
}

.radio_flex_box .form_radio:last-child {
    margin-right: 0;
}

.td .form_checkbox {
    margin-top: 40px;
}

/* form - select */
.form_select_div {
    position: relative;
    width: 390px;
}

.select_tag {
    position: relative;
}

.select_tag:after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(0deg);
    width: 20px;
    height: 20px;
    background: url(../images/common/icon-select-arr.svg) center center no-repeat;
    transition: transform .2s ease;
    z-index: 2;
}

.select_tag select {
    padding: 10px 20px 10px 10px;
    width: 400px;
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #dadada !important;
    border-radius: 4px;
    cursor: pointer;
	border:none;
	color:#666;
}


.select_tag select:focus {
  animation: border .3s forwards;
   border: 1px solid #5b4e45 !important;
}

@media screen and (max-width: 1024px) {

	.form_select_div{
		width:100%;
	}

    .form_select_div .open_area .btn_open span {
        font-size: 14px;
        line-height: 24px;
    }

    .form_select_div .open_area .btn_open {
        padding: 0;
    }

    .form_select.on .form_select_arr:after {
        transform: translateY(-50%) rotate(0deg);
    }

	.my-input{
		display:block
	}

}

@media screen and (max-width:640px) {
.my-input input{
		width:100%;
	}

	.select_tag select {
		width:100%;
	}
}

/* form - table */
.form_table {
    overflow: hidden;
    border: 1px solid #ddcdc5;
    border-radius: 4px;
}

.form_table table {
    table-layout: fixed;
}

.form_table thead th {
    padding: 17px 0;
    text-align: center;
    line-height: 28px;
	border-top: 2px solid #000;
    border-right: 1px solid rgba(0, 0, 0, .1);
    background: #dee6eb;
}

.form_table td {
    padding: 14px 20px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
    word-break: break-all;
}

.form_table thead th:last-child {
    border-right: 0;
}

.form_table tbody th {
    padding: 15px 20px;
    text-align: left;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    word-break: break-all;
    background: #f7f2ef;
}

.form_table tbody tr:first-child th {
    border-top: 0;
}

.form_table tbody td {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.form_table tbody td:last-child {
    border-right: 0;
}

.form_table tbody td:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.form_table tbody td .f_body1 + .f_body2 {
    margin-top: 12px;
}

.form_table tbody td .f_body2 + .f_body2 {
    margin-top: 6px;
}

.form_table tbody th + td {
    border-top: 0;
}

.form_table tbody tr:last-child td {
    border-bottom: 0;
}

.form_table a:hover {
    color: #000;
    text-decoration: underline;
}


.form_table.gray {
    border: 1px solid #ccc;
}

.form_table.gray thead th {
    border-right: 1px solid rgba(112, 112, 112, .1);
    background: #f5f5f5;
}

.form_table.gray thead th:last-child {
    border-right: 0;
}

.form_table.gray td {
    border-top: 1px solid rgba(112, 112, 112, .1);
}

.form_table.gray th + td {
    border-top: 0;
}

.form_table.gray tbody th {
    background: #f5f5f5;
    border-right: 1px solid rgba(112, 112, 112, .1);
    border-top: 1px solid rgba(112, 112, 112, .1);
}

.form_table.gray tbody td {
    border-right: 1px solid rgba(112, 112, 112, .1);
}

.form_table.gray tbody td:first-child {
    border-top: 1px solid rgba(112, 112, 112, .1);
}

.form_table.gray tbody td:last-child {
    border-right: 0;
}

.form_table.gray tbody td .f_body1 + .f_body3 {
    margin-top: 6px;
}

.form_table.gray tbody td .bold {
    font-size: 17px;
    line-height: 26px;
    font-family: "NotoSans_Medium", sans-serif;
}



@media screen and (max-width: 1024px) {
    .form_table thead th {
        padding: 12px 0;
        font-size: 15px;
        line-height: 24px;
    }

    .form_table td {
        padding: 12px 10px;
    }

    .form_table tbody th {
        padding: 10px;
    }

    .form_table.gray tbody td .bold {
        font-size: 16px;
        line-height: 24px;
    }

}

/* form - textarea */
.form_textarea {
    position: relative;
    width: 100%;
}

.form_textarea .wrap_for_msg {
    overflow: hidden;
    position: relative;
    padding: 10px 10px 35px 10px;
    width: 100%;
    height: 200px;
    border: 1px solid rgba(0, 0, 0, .16);
    background: #fff;
    border-radius: 4px;
    transition: border .3s ease;
}

.form_textarea .wrap_for_msg textarea {
    position: relative;
    padding: 0 10px 0 0;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 15px;
    line-height: 26px;
}

.form_textarea .wrap_for_msg textarea::-webkit-scrollbar {
    width: 4px;
    background: #e8e8e8;
    border-radius: 2px;
}

.form_textarea .wrap_for_msg textarea::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    background-color: #979797;
    border-radius: 2px;
}

.form_textarea .wrap_for_msg textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6);
}

.form_textarea .wrap_for_msg textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
}

.form_textarea .wrap_for_msg textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
}

.form_textarea .wrap_for_msg textarea::placeholder {
    color: rgba(0, 0, 0, .6);
}

.form_textarea.focus .wrap_for_msg {
    border: 1px solid rgba(0, 0, 0, .72);
}

.form_textarea .check_byte {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -1px;
    font-family: "NotoSans_Medium", sans-serif;
    color: rgba(0, 0, 0, .4);
}

.form_textarea .check_byte .r_byte {
    color: rgba(0, 0, 0, .9);
}

@media screen and (max-width: 1024px) {
    .form_textarea .wrap_for_msg textarea {
        background: transparent;
    }
}



/*=========================================================
	top btn type
=========================================================*/

/* top 버튼 */
.btn_top {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    padding-bottom: env(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-bottom);
    width: 50px;
    height: 50px;
    background: url(../images/common/icon-top-arrow.svg) no-repeat center center #fff;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    z-index: 100;
}

.btn_top.no_fixed {
    position: absolute;
}

.btn_top.law_index {
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    .btn_top {
        right: 12px;
        width: 44px;
        height: 44px;
        background: url(../images/common/icon-top-arrow-mo.png) no-repeat center center/16px auto #fff;
    }
}


/*=========================================================
	btn type
=========================================================*/
.more_btn_w {
    margin-top: 64px;
    text-align: center;
}

.more_btn {
    display: inline-block;
    padding: 7px 0 10px;
    min-width: 320px;
    min-height: 44px;
    text-align: center;
    border: 1px solid #222;
    border-radius: 8px;
}

.more_btn span {
    position: relative;
    padding-right: 24px;
    font-family: "NotoSans_Bold", sans-serif;
    font-size: 15px;
    color: rgba(0, 0, 0, .9);
}

.more_btn span:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 20px;
    height: 20px;
    background: url("../images/common/icon-dropdown-arrow.png") no-repeat center center/20px auto;
    transition: transform .3s ease;
}

.more_btn.on span:after {
    transform: translateY(-50%) rotate(180deg);
}



@media screen and (max-width: 1024px) {

	.more_btn {
        width: 100%;
        max-width: 374px;
        min-width: auto;
    }
}


/* 업로드 */
.upload_btn {
    display: block;
    text-align: center;
    padding: 18px 0 17px;
    border: 1px dashed rgba(0, 0, 0, .24);
    border-radius: 4px;
    background: #fff;
    transition: background .2s ease;
}

.upload_btn span {
    padding-left: 30px;
    font-size: 15px;
    line-height: 24px;
    font-family: "NotoSans_bold", sans-serif;
}

.upload_btn.photo span {
    background: url("../images/common/icon-photo-upload.png") no-repeat left center/24px auto;
}

@media screen and (max-width: 1024px) {
    .upload_btn {
        padding: 17px 0 16px;
    }
}

/* 플렉스 버튼 */
.flex_btn_wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.flex_btn_wrap a + a {
    margin-left: 10px;
}


@media screen and (max-width: 1024px) {
 
    .flex_btn_wrap a {
        margin-left: 8px;
        width: 100%;
        min-width: auto;
    }

    .flex_btn_wrap a:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 320px) {
    .flex_btn_wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .flex_btn_wrap a + a {
        margin: 8px 0 0 0;
    }

    .flex_btn_wrap.small_btn {
        flex-wrap: nowrap;
    }

    .flex_btn_wrap.small_btn a + a {
        margin: 0;
    }
}


/* 우측 화살표 버튼 */
.arrow_btn span {
    padding-right: 14px;
    font-family: "NotoSans_Bold", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.4px;
    color: rgba(0, 0, 0, .9);
    background: url("../images/common/icon-right-arrow.svg") no-repeat right 7px;
}


html {height: 100%; overflow-y: auto; font-size: 0.05208333178113vw;}
body { overflow: hidden; margin-top: 0 !important; min-width: 320px; color: #231815;    font-family:/*  'poppins',  */'Noto Sans KR', 'malgun gothic', '��������', dotum, ����, sans-serif; font-size: 18rem; font-weight: 400; line-height: 1.2; word-wrap: break-word; word-break: keep-all;}
[lang="en"] {
    font-family: /*'LibreBaskerville' , */'poppins' !important;
}
*{ box-sizing: border-box; outline: none !important; font-style: normal; outline: none; margin: 0; padding: 0; -webkit-text-size-adjust: none;}
h1, h2, h3, h4, h5, h6 { font-weight: inherit; font-size: inherit;}
fieldset, img, abbr, acronym {border: 0 none;}
legend {position: absolute; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
legend.showlegend {position: static; line-height: 14px; font-size: 12px; overflow: visible;}
address, caption, cite, code, dfn, em, var, i, b{font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
q:before, q:after {content:'';}
table {border-collapse: collapse; border-spacing: 0;}
caption {height: 0; line-height: 0; font-size: 0; overflow: hidden; text-indent: -10000px;}
hr {display: none;}
a { display:block; color: inherit; text-decoration: none; cursor: pointer;}

button, input, select, textarea { font-family: inherit; font-size: inherit; font-weight: inherit; color: inherit; vertical-align: middle; background-color: transparent; border: 0 none;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}
select {-webkit-border-radius: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url(/images/common/select_arrow.png)no-repeat right 15rem center / 9rem auto; padding: 0 15rem;}
select::-ms-expand { display: none;}
input[type="text"],input[type="password"],input[type="number"],input[type="tel"],input[type="email"],input[type="button"],input[type="submit"],textarea {-webkit-appearance: none;-moz-appearance: none; font-size: inherit; font-weight: inherit; color: inherit; font-family: inherit; cursor: pointer;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {cursor: pointer; overflow: visible; -webkit-appearance: button;}
/*input[type="checkbox"],
input[type="radio"] {display: none; width: 14rem; height: 14rem; line-height: 14rem; box-sizing: border-box; -webkit-border-radius: 0; border:solid 1px #000}*/
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
input::-webkit-input-placeholder, input:-moz-input-placeholder, input::-moz-input-placeholder, input:-ms-input-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder{color:#a0a0a0;}
input:-webkit-autofill, input:-webkit-autofill:hover,  input:-webkit-autofill:focus, input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0px 1000px transparent inset; color: inherit; font-size: inherit; transition: 5000s ease-in-out 0s;}
textarea {overflow: auto; resize: none;}

img { display: block; max-width:100%; vertical-align: top;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, object {display: block; margin: 0; padding: 0;}
audio[controls], canvas, video {display: inline-block; *display: inline; *zoom: 1;}

/* Disable orange highlight */
label, a, button {-o-tap-highlight-color:rgba(0, 0, 0, 0);-ms-tap-highlight-color:rgba(0, 0, 0, 0);-moz-tap-highlight-color rgba(0, 0, 0, 0);-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}

/* global */
.dB{display: block;}
.dIB{display: inline-block;vertical-align: top;}
.clearfix {*zoom:1}
.clearfix:after{display: block;content:'';clear: both;}
.taC{text-align: center;}
.taL{text-align: left;}
.taR{text-align: right;}
.mt0{margin-top: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.pt0{padding-top: 0 !important;}
.pb0{padding-bottom: 0 !important;}
.ornt{ -webkit-box-orient: vertical;}


.pg_wrap{
width:100%;
max-width:1200px;
margin:0 auto;
font-size:18px;
padding:50px 0;
text-align:right;
}

.pg_wrap a{display:inline-block;}
/*
html {
	height:auto;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none; 
	 font-size: 20%;
	}

@media screen and (max-width: 1199.98px) {
  html {
    font-size: 112.5%; 
  }
}
@media screen and (max-width: 991.98px) {
  html {
    font-size: 100%; 
  }
}
@media screen and (max-width: 767.98px) {
  html {
   font-size: 5%; 
  }
}
*/

.mo-view{
		display:none
	}
@media screen and ( max-width:1280px ){
	html { font-size: 1px;}
	body { font-size: 16px;}
	select { background-position: right 10rem center; padding: 0 10rem;}
	.pc-view{
		display:none
	}
	.mo-view{
		display:block
	}
}