@charset "UTF-8";
/**
*
* @authors Your Name (you@example.org)
* @date    2016-12-10 16:57:22
* @version $Id$
*/

/*
purple #B1658B;
red #CA2420;
blue #326295;
orange #F89829;
*/

*, *:before, *:after {
  box-sizing: Border-box;
}

.lihsi-mobile{
	display: none !important;
}

.lihsi-mobile-spec{
	display: none !important;
}

.nopadding{
	padding: 0 !important;
}

.txt-left{
	text-align: left;
}

.txt-center{
	text-align: center;
}

.txt-color-pinky{
	color: #ff406e;
}

img.imgfull{
    width: 100%;
}

input:focus,select:focus,textarea:focus {outline:0;}

html,body{
    height: 100%;
	letter-spacing: 3px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana, sans-serif;
	font-weight: 400;
}

html{
  box-sizing: border-box;
}

body{
    display: block;
    justify-content: center;
	background: #d8d8d8;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana, sans-serif;
	font-size: inherit;
}


body,input,button,select,textarea{
}

a,a:focus{
  outline:none;
}

/* 預設隱藏 - 當使用者以橫式查看時 */
.rotate-lock {
    display: none;
}

.wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    height: 100dvh;   /* ✅ 解 iOS */
    max-width: 960px;
    margin: 0 auto;
    background: #f6f8f9;
}

.wrap.noshow{
    display: none;
}

.wrap .menu{
    position: relative;
    display: flex;
    justify-content: center;
    background: #013983;
    min-height: 100px;
}

.wrap .menu .logo{
    display: flex;
    width: 80%;
    max-width: 800px;
    align-items: center;
    justify-content: center;
}

.wrap .menu .logo.sm{
    width: 24%;
    max-width: 170px;
}

.wrap .menu a.menuicon{
    position: absolute;
    display: inline-block;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.wrap .menu a.menuicon.left{
    left: 5%;
}

.wrap .menu a.menuicon.right{
    right: 5%;
}

.wrap .menu a.menuicon img{
    height: 100%;
}

.wrap .pannel{
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    */
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background: #f6f8f9;
    overflow: hidden;
}

.wrap .pannel img.kv{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrap .pannel img.result{
    width: 62%;
}

.wrap .control{
    display: flex;
    justify-content: center;
    padding: 30px 0 25px 0;
    background: #FFF;
}

.wrap .control.greybg{
    background: #f6f8f9;
}

.wrap .control.spec{
    padding: 15px 0 30px 0;
    flex-wrap: wrap;
}

.wrap .control a.circlebtn{
    display: inline-block;
    width: 28%;
    max-width: 120px;
    padding: 0 10px;
}

.wrap .control a.ellipsebtn{
    display: inline-block;
    width: 70%;
    padding: 0;
}

.wrap .control .operation{
    position: relative;
    display: inline-block;
    width: 78%;
    margin-bottom: 30px;
    text-align: center;
}

.wrap .control .operation ul.pager{
    position: absolute;
    display: flex;
    width: 58%;
    align-items: center;
    justify-content: flex-start;

    margin: 0;
    padding: 0;

    top: 64%;
    right: 0;

    transform: translateY(-50%);
    gap: 4%;

    list-style: none;
}

.wrap .control .operation ul.pager li{
    width: 14%;
}

.wrap .control .operation ul.pager li.active{
    width: 22%;
}

.wrap .control .operation ul.pager li a{
    display: flex;
    width: 100%;         /* 寬度隨父元素變化 */
    aspect-ratio: 1/1;  /* 高度 = 寬度 */
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    letter-spacing: 0;
    font-size: 24px;
}

.wrap .control .operation ul.pager li.active a{
    border: 2px solid #ff0019;
    border-radius: 5px;
    color: #ff0019;
}

.wrap .control .operation ul.pager li a, .wrap .control .operation ul.pager li a:hover{
    color: #000;
    text-decoration: none;
}

.wrap .control .operation ul.pager li.active a:hover{
    color: #ff0019;
    text-decoration: none;
}

.wrap .control a.circlebtn{
    display: inline-block;
    width: 28%;
    max-width: 120px;
    padding: 0 10px;
}

/* 橫向時顯示 */
@media screen and (orientation: landscape) {
    .rotate-lock {
        display: flex;
        position: fixed;
        inset: 0;
        background: #000;
        color: #fff;
        z-index: 9999;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .wrap {
        display: none; /* 隱藏主畫面 */
    }
}

/*大於等於1921*/
@media (min-width: 1921px) {
}


/*小於等於1920*/
@media (max-width: 1920px) {

	
}

/*小於等於1800*/
@media (max-width: 1800px) {
}

/*小於等於1600*/
@media (max-width: 1600px) {
}

/*小於等於1441*/
@media (max-width: 1441px) {
}

/*小於等於1280*/
@media (max-width: 1280px) {
}

/*小於等於1160*/
@media (max-width: 1160px) {
}

/*小於等於1024*/
/* pad default */
@media (max-width: 1024px) {
}

/*小於等於992*/
@media (max-width: 992px) {
}

/*小於等於960*/
@media (max-width: 960px) {
}

/*小於等於480*/
/*mobile*/
@media (max-width: 480px) {

    .wrap .menu{
        min-height: 60px;
    }

    .wrap .menu a.menuicon{
        height: 20px;
    }

    .wrap .control{
        padding: 15px 0 5px 0;
    }

    .wrap .control.spec{
        padding: 5px 15px 15px 0;
    }

    .wrap .control a.circlebtn{
        max-width: none;
    }

    .wrap .control .operation{
        margin-bottom: 10px;
    }

    .wrap .control .operation ul.pager li a{
        font-size: 18px;
    }
}

/*小於等於414*/
@media (max-width: 414px) {
}

/*小於等於390*/
@media (max-width: 390px) {
}

/*小於等於350*/
@media (max-width: 350px) {
}