/* Responsive 996px grid system ~ Style CSS. Copyright 2013, Josh Cope */
/* ============================================================================= Site Styles ========================================================================== */
/* reset */
 body {
     margin: 0;
     padding: 0;
     font-family: "interfaceR", Helvetica, Arial, sans-serif;
}
 #main span,#main applet,#main object,#main iframe, #main h1,#main h2,#main h3,#main h4,#main h5,#main h6, #main p,#main blockquote,#main pre, #main a,#main abbr, #main acronym,#main address,#main big,#main cite,#main code, #main del,#main dfn,#main em,#main img,#main ins,#main q,#main small, #main strike,#main strong, #main sub,#main sup,#main b,#main u,#main i, #main center,#main dl,#main dt,#main dd,#main ol,#main ul,#main li, #main fieldset,#main form,#main label,#main legend,#main table,#main caption, #main tbody,#main tfoot,#main thead,#main tr,#main th,#main td,#main article, #main aside,#main canvas,#main details,#main embed,#main figure,#main figcaption, #main footer, #main header,#main hgroup,#main menu,#main nav,#main section, #main summary,#main time,#main mark,#main audio,#main video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     font-family: "interfaceR", Helvetica, Arial, sans-serif;
     text-decoration:none;
}
 #main input.error{
    border: 2px solid #F0563E;
    background-color: #ffffcc;
 }
 #main select.error{
    border: 2px solid #F0563E;
    background-color: #ffffcc;
 }
 #main .container {
     background-color: rgb(242,242,242);
}
 #main .pc{
     margin-top: 35px;
}
 #main .m{
     display: none;
}
 #main .top{
     height: 36px;
     background-color: #f5f5f5;
}
 #main .logo{
     height: 50px;
     background-color: #525252;
}
 #main .logo .samsung_logo{
     cursor: pointer;
}
 #main .logo > div{
     width: 992px;
     margin: 0 auto;
     position: relative;
}
 #main .logo > div > img {
     margin-left: 53px;
     margin-top: 9px;
     float: left;
}
 #main .logo .trans{
     width: 360px;
     position: absolute;
     right: 0px;
     color: white;
     height: 35px;
     margin-top: 15px;
     vertical-align: middle;
}
 #main .logo .trans img{
     margin-right: 5px;
     vertical-align: middle;
}
 #main .logo .trans a{
     font-size: 12px;
     padding-bottom: -22px;
     vertical-align: middle;
     color: white;
}
 #main .wrapper{
     width: 992px;
     background-color: white;
     margin: 0 auto;
     border-left: 1px solid rgb(242,242,242);
     border-right: 1px solid rgb(242,242,242);
     -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
     -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
     box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
}
 #main .content{
     margin: 0 auto;
     width: 850px;
     height: 100%;
}
 #main .banner{
     height: 125px;
     position: relative;
     text-align: center;
}
 #main .banner > div {
     width: 850px;
     height: 55px;
     position: relative;
     top: 35px;
     margin: 0 auto;
     text-align: left;
     vertical-align: middle;
}
 #main .banner img{
     position: absolute;
     top: 0;
     left: 0;
     margin: 0;
}
 #main .banner > div > div{
     position: relative;
     display: inline-block;
     display:inline-block;zoom:1;*display:inline/*IE7 HACK*/;
    _display:inline;/*IE6 HACK*/
     vertical-align: middle;
     height: 0px;
}
 #main .banner .title{
     font-size: 24px;
     color: rgb(32,162,255);
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
     width: 44%;
     text-align: center;
}
 #main .banner > div .step{
     font-size: 16px;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
}
 #main .banner > div .sub{
     font-size: 12px;
}
 #main .banner .step1{
     color: rgb(149,149,149);
     width: 18%;
     text-align: center;
}
 #main .banner .step2{
     color: rgb(32,162,255);
     width: 19%;
     text-align: center;
}
 #main .banner .step3{
     color: rgb(149,149,149);
     width: 16%;
     text-align: center;
}
 #main .section{
     margin: 0 auto;
     width: 992px;
     border-bottom: 1px solid #d7d7d7;
}
 #main .information .content{
     border-bottom: 1px solid #d7d7d7;
}
 #main .information p.title{
     margin-left: 35px;
     margin-top: 10px;
     font-size: 24px;
     margin-bottom: 10px;
}
 #main .information p.description{
     margin-left: 35px;
     font-size: 13px;
     margin-bottom: 30px;
     margin-right: 60px;
}
 #main .information .output{
     margin-left: 35px;
     margin-top: 30px;
     font-size: 16px;
     width: 560px;
     margin-bottom: 45px;
     position: relative;
     background: rgb(255,255,255);
    /* Old browsers */
     background: -moz-linear-gradient(top, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%, rgba(237,237,237,1) 100%);
    /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,rgba(255,255,255,1)), color-stop(73%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1)));
    /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%,rgba(237,237,237,1) 100%);
    /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%,rgba(237,237,237,1) 100%);
    /* Opera 11.10+ */
     background: -ms-linear-gradient(top, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%,rgba(237,237,237,1) 100%);
    /* IE10+ */
     background: linear-gradient(to bottom, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%,rgba(237,237,237,1) 100%);
    /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    /* IE6-9 */
     border: 1px solid #d7d7d7;
}
 #main .information .output p.name{
     margin-top: 15px;
     margin-left: 25px;
}
 #main .information .output p.address1{
     margin-left: 25px;
}
 #main .information .output p.address2{
     margin-left: 25px;
     margin-bottom: 15px;
}
 #main .submit .title{
     margin-top: 45px;
     width: 768px;
     margin-bottom: 15px;
     margin-left: 35px;
     font-size: 24px;
}
 #main .submit .radio{
     margin-bottom: 35px;
     font-size: 20px;
     font-family: "interfaceB", Helvetica, Arial, sans-serif;
}
 #main .radio input{
     margin-left: 35px;
     margin-right: 7px;
     margin-top: 0;
     margin-bottom: 2px;
     vertical-align: middle;
}
 #main .radio input[type="radio"] {
     background-color: #FFF;
     border-radius: 10px;
     box-shadow: 0 0 0 1px hsla(0,0%,55%,.6);
     cursor: pointer;
     height: 17px;
     width: 17px;
     -webkit-appearance: none;
}
 #main .radio input[type="radio"]:checked:after {
     background-color: rgb(32,162,255);
}
 #main .radio input[type="radio"]:after {
     border-radius: 25px;
     content: '';
     display: block;
     height: 9px;
     left: 4px;
     position: relative;
     top: 4px;
     width: 9px;
}
 #main .submit .left{
     margin-left: 32px;
     width: 57%;
     float: left;
     margin-right: 33px;
     height: 250px;
     margin-bottom: 40px;
}
 #main .submit .verify{
     margin-bottom: 12px;
}
 #main .submit .verify .isblank_verify{
     text-align: center;
     position: relative;
     width: 100%;
     display: none;
     margin-top: -19px;
}
 #main .submit .verify span{
     margin-right: 10px;
     font-size: 15px;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
}
 #main .submit .verify .isblank_verify span{
     color: red;
     font-size: 15px;
     font-family: "interfaceR", Helvetica, Arial, sans-serif;
}
 #main .submit .verify input{
     width: 180px;
     margin-right: 10px;
     height: 25px;
}
 #main .submit .verify button{
	width: 65px;
	height: 32px;
	color: white;
	background-color: #20a2ff;
	cursor: pointer;
	border-radius: 3px;
	border: 0;
}
 #main .submit .description{
     font-size: 13px;
}
 #main .submit .type{
     margin-top: 20px;
}
 #main .submit .type span{
     margin-right: 10px;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
     font-size: 15px;
}
#main .submit .type .radio{
     margin-bottom: 35px;
     font-size: 20px;
     font-family: "interfaceB", Helvetica, Arial, sans-serif;
}
 #main .submit .type input{
     /*margin-left: 35px;*/
     margin-right: 7px;
     margin-top: 0;
     margin-bottom: 2px;
     vertical-align: middle;
}
 #main .submit .type input[type="radio"] {
     background-color: #FFF;
     border-radius: 10px;
     box-shadow: 0 0 0 1px hsla(0,0%,55%,.6);
     cursor: pointer;
     height: 17px;
     width: 17px;
     -webkit-appearance: none;
}
 #main .submit .type input[type="radio"]:checked:after {
     background-color: rgb(32,162,255);
}
 #main .submit .type input[type="radio"]:after {
     border-radius: 25px;
     content: '';
     display: block;
     height: 9px;
     left: 4px;
     position: relative;
     top: 4px;
     width: 9px;
}
 #main .submit .email{
     margin-top: 20px;
}
 #main .submit .email span{
     margin-right: 10px;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
     font-size: 15px;
}
 #main .submit .email input{
     width: 180px;
     height: 25px;
}
 #main .submit .phone{
     margin-top: 20px;
}
 #main .submit .phone span{
     margin-right: 10px;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
     font-size: 15px;
}
 #main .submit .phone input{
     width: 180px;
     height: 25px;
}
 #main .submit .account{
     margin-top: 20px;
}
 #main .submit .account span{
     margin-right: 10px;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
     font-size: 15px;
}
 #main .submit .account input{
     width: 180px;
     height: 25px;
}
 #main .submit .confirm{
     margin-top: 20px;
}
 #main .submit .confirm span{
     margin-right: 10px;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
     font-size: 15px;
}
 #main .submit .confirm input{
     width: 180px;
     height: 25px;
}
 #main .submit .right{
     float: left;
     width: 35%;
     height: 290px;
}
 #main .submit .deposit_container{
     display: none;
}
 #main .submit .check_container{
     display: none;
     margin-left: 35px;
     margin-bottom: 35px;
}
 #main .submit .img_check{
     background-image: url('../img/img_check.jpg');
     width: 560px;
     height: 226px;
     position: relative;
}
 #main .submit .img_check .output{
     position: absolute;
     top: 118px;
     left: 91px;
}
 #main .submit .img_check .output p{
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
}
 #main .submit .input_container.yes{
     background-image :url("../img/bg_popup_mini_01.png");
     background-repeat: no-repeat;
     width: 384px;
     height: 83px;
     position: absolute;
     top: 85px;
     left: 272px;
}
 #main .submit .input_container.no{
     background-image :url("../img/bg_popup_mini_02.png");
     background-repeat: no-repeat;
     width: 384px;
     height: 341px;
     position: absolute;
     top: -76px;
     left: 272px;
}
 #main .submit .input_container .title{
     margin: 0;
     font-size: 16px;
     margin-left: 50px;
     margin-top: 10px;
     width: 87%;
}
 #main .submit .input_container .radio{
     margin-left: 15px;
     margin-top: 10px;
     margin-bottom:0;
}
 #main .submit .no_container{
     display: none;
}
 #main .submit .no_container p.title{
     margin-bottom: 10px;
}
 #main .submit .no_container > div{
     width: 90%;
     text-align: right;
}
 #main .submit .no_container > div span{
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
     font-size: 14px;
}
 #main .submit .no_container input {
     width: 168px;
     margin-bottom: 6px;
     height: 20px;
     margin-left: 10px;
}
/*
 #main .submit .no_container .input30 {
     width: 43px;
     margin-bottom: 6px;
     height: 20px;
     margin-left: 10px;
}
 #main .submit .no_container .input50 {
     width: 77px;
     margin-bottom: 6px;
     height: 20px;
     margin-left: 10px;
}
 #main .submit .no_container .input70 {
     width: 111px;
     margin-bottom: 6px;
     height: 20px;
     margin-left: 10px;
}
*/
 #main .submit .no_container select {
     margin-left: 10px;
     width: 172px;
     height: 28px;
     margin-bottom: 6px;
}
 #main .submit .check{
     margin-left: 35px;
}
 #main .submit .check div.checkbox {
     float: left;
     margin-right: 10px;
}
#main .submit .check div.checkbox input{
     width: 20px;
     height: 20px;
}
 #main .submit .check div.text{
     float: left;
     width: 90%;
}
 #main .submit .check span{
     font-size: 13px;
}
 #main .submit .submit_button{
     clear: both;
     width: 265px;
     margin: 0 auto;
     height: 40px;
     padding-top: 40px;
     padding-bottom: 50px;
}
 #main .submit .submit_button .isblank_submit{
     text-align: center;
     position: relative;
     width: 100%;
     color: red;
     font-size: 15px;
     display: none;
     margin-top: -18px;
}
/*
#main .submit .submit_button .isAgree_submit{
     text-align: center;
     position: relative;
     width: 100%;
     color: red;
     font-size: 15px;
     display: none;
     margin-top: -18px;
}
*/
 #main .submit_button button{
     width: 265px;
     height: 40px;
     color: white;
     background-color: #20a2ff;
     border-radius: 3px;
     border: 0;
     font-size: 15px;
}
#main .section.link{
     height: 75px;
     font-size: 12px;
     color: rgb(32,162,255);
}
 #main .section.link .inner{
    width: 49%;
    display: inline-block;
    display:inline-block;zoom:1;*display:inline/*IE7 HACK*/;
    _display:inline;/*IE6 HACK*/
     padding-top: 15px;
}
 #main .section.link .inner.left{
    text-align: left;
}
 #main .section.link .inner.right{
    text-align: right;
}
 #main .section.link .inner a{
     color: rgb(32,162,255);
     font-size: 12px;
 }
#main .section.link .copyright {
    color: rgb(162,162,162);
    font-size: 12px;
}
 #main .footer{
     height: 100px;
     background-color: #525252;
}
 #popup_container {
     display: none;
     width: 100%;
     position: fixed;
     top: 0;
     background-image: url(../img/blind.png);
     padding: 2% 0;
}
 #popup_container .popup{
     width: 675px;
     padding: 32px 0px;
     margin: 0 auto;
     background-color: white;
}
 #popup_container .popup .title{
     text-align: left;
     margin: 0 auto;
     margin-bottom: 10px;
     width: 573px;
     font-size: 22px;
}
 #popup_container .popup .outer{
     margin: 0 auto;
     width: 573px;
    /* Old browsers */
     padding-bottom: 10px;
     background: -moz-linear-gradient(top, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%, rgba(237,237,237,1) 100%);
    /* FF3.6+ */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,rgba(255,255,255,1)), color-stop(73%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1)));
    /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%,rgba(237,237,237,1) 100%);
    /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%,rgba(237,237,237,1) 100%);
    /* Opera 11.10+ */
     background: -ms-linear-gradient(top, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%,rgba(237,237,237,1) 100%);
    /* IE10+ */
     background: linear-gradient(to bottom, rgba(255,255,255,1) 31%, rgba(247,247,247,1) 73%,rgba(237,237,237,1) 100%);
    /* W3C */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    /* IE6-9 */
     border: 1px solid #d7d7d7;
}
 #popup_container .popup .outer > p{
     margin-left: 36px;
	 margin-right: 36px;
     margin-bottom: 10px;
}
 #popup_container .popup .inner{
     margin-top: 10px;
     margin-left: 36px;
}
 #popup_container .popup .pay{
     float: left;
     height: 60px;
     width: 70px;
     color: rgb(0,74,128);
     font-size: 18px;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
}
 #popup_container .popup .pay_value{
     height: 60px;
     width: 220px;
}
 #popup_container .popup .pay_value p{
     margin: 5px 0;
}
 #popup_container .popup .deposit{
     color: rgb(0,74,128);
     font-size: 18px;
}
 #popup_container .popup .new_deposit{
     font-size: 18px;
	 font-weight: bolder;
}
 #popup_container .popup .index{
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
}
 #popup_container .popup .index_red{
	 color: red;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
}
 #popup_container .popup .index_note{
     margin-top: -5px;
	 font-size: 11px;
}
 #popup_container .popup .sure{
     width: 573px;
     margin: 0 auto;
     margin-top: 25px;
     font-size: 22px;
}
 #popup_container .popup .description{
     width: 573px;
     margin: 0 auto;
     margin-top: 5px;
     font-size: 13px;
     margin-bottom: 25px;
}
 #popup_container .popup .button_wrapper{
     width: 573px;
     margin: 0 auto;
	 text-align: center;
}
 #popup_container .popup .button_wrapper .cancel{
     width: 267px;
     margin-right: 10px;
     height: 40px;
     color: rgb(183,183,183);
     background-color: white;
     border-radius: 3px;
     border: 1px solid rgb(183,183,183);
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
     font-size: 16px;
}
 #popup_container .popup .button_wrapper .submit{
     width: 267px;
     height: 40px;
     color: white;
     background-color: #20a2ff;
     border-radius: 3px;
     border: 0;
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
     font-size: 16px;
}
 #popup_check_no .outer > p{
     line-height:110%;
}
 #main .hl{
     font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
}
 #main .us_en{
     display: none;
}
 #main .ca_en{
     display: none;
}
 #main .ca_fr{
     display: none;
}
/* ============================================================================= Media Queries ========================================================================== */
 @media only screen and (min-width: 760px) and (max-width: 1010px) {
     #main .wrapper {
         width: 100%;
         border: 0;
         -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
         -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
         box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
    }
     #main .top{
         width: 100%;
    }
     #main .logo{
         width: 100%;
    }
     #main .logo > div{
         width: 100%;
    }
     #main .logo > div > img {
    }
     #main .content{
         width: 100%;
         border: 0;
    }
     #main .banner > div {
         width: 100%;
         max-width: 850px;
    }
     #main .banner img{
         height: 55px;
         width: 100%;
    }
     #main .section{
         width: 100%;
    }
     #main .submit .title{
         width: 90%;
         margin-left: 5%;
         margin-right: 5%;
    }
     #main .submit .left{
         width: 50%;
         margin: 3%;
         margin-bottom: 0;
         height: 250px;
    }
	 #main .submit .email input{
         width: 120px;
    }
     #main .submit .phone input{
         width: 120px;
    }
     #main .submit .verify input{
         width: 120px;
    }
	 #main .submit .type input{
         width: 120px;
    }
     #main .submit .account input{
         width: 120px;
    }
     #main .submit .confirm input{
         width: 120px;
    }
     #main .submit .right{
         width: 44%;
         height: 300px;
    }
     #main .submit .check div.text{
         width: 90%;
    }
    #main .section.link{
    width: 90%;
    margin: 0 auto;
    border: 0;
    line-height: 75px;
    height: 100px;
}
 #main .section.link .inner{
    padding: 0;
    font-size: 16px;
}
 #main .section.link .inner a{
    font-size: 12px;
}
     #popup_container .popup{
         padding: 3%;
    }
     #popup_container .popup .title{
         margin-bottom: 2%;
         font-size: 18px;
    }
     #popup_container .popup .outer{
         padding-bottom: 0;
    }
     #popup_container .popup .outer > p{
         margin-top: 1%;
    }
     #popup_container .popup .inner{
         margin-top: 2%;
    }
     #popup_container .popup .sure{
         margin-top: 2%;
         font-size: 18px;
    }
     #popup_container .popup .description{
         margin-top: 0%;
         margin-bottom: 2%;
    }
     #popup_container .popup .button_wrapper .cancel{
         height: 30px;
    }
     #popup_container .popup .button_wrapper .submit{
         height: 30px;
    }
}
 @media only screen and (max-width: 759px) {
     #main .pc{
         display: none;
    }
     #main .m{
         margin-top: 60px;
         width: 100%;
         height: auto;
         min-height: 50px;
         display: block;
    }
     #main .container {
         background-color: white;
    }
     #main .top{
         display: none;
    }
     #main .logo{
         width: 100%;
    }
     #main .logo > div{
         width: 100%;
         z-index: 1;
    }
     #main .logo > div > img {
         margin-left: 4%;
         float: none;
         width: 130px;
         margin-top: 14px;
    }
     #main .logo .trans{
         top: 0;
         width: 100px;
         right: 25px;
    }
     #main .flag_img{
         width: 22px;
         height: 22px;
         display: inline-block;
         display:inline-block;zoom:1;*display:inline/*IE7 HACK*/;
        _display:inline;/*IE6 HACK*/
         margin-bottom: -6px;
         background-image: url('../img/flag_us_s.png');
    }
     #main .trans.m{
         cursor: pointer;
    }
     #main .trans li{
         display: none;
         width: 108px;
         padding: -6px;
         padding-left: 11px;
         padding-top: 6px;
         padding-bottom: 6px;
         background-color: #525252;
         list-style: none;
         border: 1px solid #828282;
    }
     #main .wrapper{
         width: 100%;
         border: 0;
         -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
         -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
         box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
    }
     #main .content{
         width: 90%;
    }
     #main .banner{
         height: 160px;
    }
     #main .banner > div{
         width: 100%;
         width: 100%;
         height: 72px;
         top: 65px;
    }
     #main .banner img{
         width: 100%;
         height: 72px;
         margin: 0;
    }
     #main .banner .title{
         width: 90%;
         margin-left: 10%;
         position: absolute;
         top: -45px;
         text-align: left;
    }
     #main .banner > div .step{
         font-size: 20px;
    }
     #main .banner > div .sub{
         font-size: 16px;
    }
     #main .banner .step1{
         width: 33%;
    }
     #main .banner .step2{
         width: 32%;
    }
     #main .banner .step3{
         width: 31%;
    }
     #main .section{
         width: 100%;
    }
     #main .information .content{
         width: 90%;
         padding: 0 5%;
    }
     #main .information p.title{
         margin: 0;
         font-size: 16px;
         margin-bottom: 5%;
         font-weight: bolder;
    }
     #main .information p.description{
         margin: 0;
         font-size: 15px;
         margin-bottom: 5%;
    }
     #main .information .output{
         width: 100%;
         margin: 0;
         margin-bottom: 15%;
    }
     #main .submit .title{
         margin: 0;
         width: 100%;
         margin-top: 10%;
         font-size: 16px;
         font-weight: bolder;
         margin-bottom: 5%;
    }
     #main .submit .radio{
         margin-bottom: 5%;
    }
     #main .radio input[type="radio"] {
         margin-left: 10px;
    }
     #main .submit .left{
         width: 100%;
         margin: 0;
         float: none;
         height: initial;
    }
     #main .submit .left .m{
         margin: 8% 0;
         max-width: 258px;
    }
	 #main .submit .email input{
         width: 80%;
    }
     #main .submit .phone input{
         width: 80%;
         margin-bottom: 20px;
    }
     #main .submit .verify span{
         display: block;
         margin: 0;
         width: 100%;
    }
     #main .submit .verify input{
         width: 70%;
    }
     #main .submit .description{
         font-size: 15px;
    }
	 #main .submit .type input{
         width: 80px;
    }
     #main .submit .account input{
         width: 80%;
    }
     #main .submit .confirm input{
         width: 80%;
         margin-bottom: 20px;
    }
     #main .submit .right{
         float: none;
         width: 100%;
         height: initial;
    }
     #main .submit .right img{
         width: 100%;
    }
     #main .submit .check_container{
         margin: 0;
         margin-bottom: 40px;
    }
     #main .submit .check_container.no{
         /*margin-bottom: 250px;*/
		 margin-bottom: 280px;
    }
     #main .submit .img_check{
         width: 100%;
         max-width: 500px;
         background-size: 100% 100%;
    }
     #main .submit .img_check .output{
         left: 0;
         margin-left: 22%;
         font-size: 12px;
         top: 70px;
    }
     #main .submit .input_container.yes{
         left: 0;
         top: 51%;
         width: 90%;
         height: 100px;
         background-size: 100% 100%;
         background-image: url("../img/bg_popup_mini_01_sero.png");
    }
     #main .submit .input_container.no{
         left: 0;
         top: 51%;
         width: 90%;
         /*height: 350px;*/
		 height: 380px;
         background-size: 100% 100%;
         background-image: url("../img/bg_popup_mini_02_sero.png");
    }
     #main .submit .input_container .title{
         margin: 0;
         margin-top: 30px;
         font-size: 13px;
         margin-left: 5%;
    }
     #main .submit .input_container .radio{
         margin-top: 5%;
    }
     #main .submit .no_container > div span{
         font-size: 11px;
    }
     #main .submit .no_container input {
         width: 50%;
    }
     #main .submit .no_container select {
         width: 52%;
    }
     #main .submit .check{
         margin: 0 auto;
         width: 100%;
    }
     #main .submit .check div.checkbox {
         margin: 0;
         width: 10%;
    }
     #main .submit .check span{
         font-size: 15px;
    }
     #main .submit .submit_button{
         width: 100%;
    }
     #main .submit_button button{
         width: 100%;
    }
    #main .section.link{
    width: 100%;
}
 #main .section.link .inner{
}
 #main .section.link .inner.left{
    width: 100%;
    text-align: center;
}
 #main .section.link .inner.right{
    width: 100%;  text-align: center;
}
 #main .section.link .inner a{
 }
#main .section.link .copyright {
}
     #main .footer{
         width: 100%;
    }
     #popup_container {
         z-index: 1;
    }
     #popup_container .popup{
         width: 100%;
         padding: 3% 0;
    }
     #popup_container .popup .title{
         width: 80%;
         font-size: 14px;
         margin-bottom: 1%;
    }
     #popup_container .popup .outer{
         width: 80%;
         padding-bottom: 0;
    }
     #popup_container .popup .outer > p{
         margin-left: 3%;
		 margin-right: 3%;
         font-size: 12px;
    }
     #popup_container .popup .inner{
         margin-left: 3%;
         margin-top: 1%;
    }
     #popup_container .popup .pay{
         font-size: 15px;
         height: 40px;
    }
     #popup_container .popup .pay_value{
         height: 40px;
    }
     #popup_container .popup .pay_value p{
         font-size: 12px;
    }
     #popup_container .popup .deposit{
    }
     #popup_container .popup .new_deposit{
    }
     #popup_container .popup .index{
         font-size: 12px;
    }
	 #popup_container .popup .index_red{
         font-size: 12px;
    }
	 #popup_container .popup .index_note{
         margin-top: -5px;
         font-size: 10px;
    }
     #popup_container .popup .sure{
         width: 80%;
         font-size: 15px;
         margin-top: 2%;
    }
     #popup_container .popup .description{
         width: 80%;
         margin-bottom: 2%;
    }
     #popup_container .popup .button_wrapper{
         width: 80%;
    }
     #popup_container .popup .button_wrapper .cancel{
         width: 45%;
         height: 30px;
    }
     #popup_container .popup .button_wrapper .submit{
         width: 45%;
         height: 30px;
    }
}
/* ============================================================================= Font-Face ========================================================================== */
/*font import*/
 @font-face {
     font-family: "interfaceB";
     src: url("../fonts/samsungif_bd-webfont.woff") format('woff');
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: "interfaceR";
     src: url("../fonts/samsungif_rg-webfont.woff") format('woff');
     font-weight: normal;
     font-style: normal;
}

/* ============================================================================= Loading ========================================================================== */

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../img/loading.gif')
                50% 50%
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* ================================================================================================================================================================= */
/* UI Change - 04/08/2017 */
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Steps */
#main .section:first-child {
  border-bottom: none;
}
#main .banner .title {
  width: 32%;
  line-height: 1.5;
}
#main .banner .step1,
#main .banner .step2,
#main .banner .step3 {
  width: 17%;
}
#main .banner .step4 {
  color: rgb(149,149,149);
  width: 15%;
  text-align: center;
}
#main .banner > div .sub {
  font-size: 12px;
}
@media only screen and (max-width: 759px) {
  #main .banner .title {
    width: 90%;
    margin-left: 15px;
  }
  #main .banner .step1 {
    width: 27%;
  }
  #main .banner .step2,
  #main .banner .step3 {
    width: 24%;
  }
  #main .banner .step4 {
    color: rgb(149,149,149);
    width: 21%;
    text-align: center;
  }
  #main .banner > div .step {
    font-size: 16px;
    padding-top: 10px;
  }
}

/* Mailing Address */
#main .information .content {
  border-bottom: 1px solid transparent;
}
#main .information .output {
  margin-bottom: 30px;
}
#main .input_container {
  margin-bottom: 40px;
}
#main .no_container {
  margin-top: 20px;
}
#main .no_container > div {
  margin-left: 35px;
  margin-top: 20px;
}
#main .no_container > div > span {
  margin-right: 10px;
  font-size: 15px;
  font-family: "interfaceB","interfaceR", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 80px;
}
#main .no_container > div > input {
  width: 240px;
  height: 25px;
}
#main .no_container > div > select {
  width: 244px;
  height: 31px;
}
@media only screen and (max-width: 759px) {
  #main .no_container > div {
    margin-left: 0px;
  }
  #main .no_container > div > span {
    display: block;
  }
  #main .no_container > div > input,
  #main .no_container > div > select {
    width: 80%;
  }
}

#main .submit .submit_button {
  width: auto;
  text-align: center;
}
#main .submit_button .submit-button-wrap > button {
  width: 265px;
  height: 40px;
  color: #fff;
  background-color: #20a2ff;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
}
#main .submit_button .submit-button-wrap > button > p {
  font-family: "interfaceB", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 759px) {
  #main .submit_button .submit-button-wrap > button {
    width: 70%;
  }
  /* Check image fix on mobile */
  #main .submit .check_container.no {
    margin-bottom: 40px;
  }
  #main .submit .img_check {
    background-size: cover;
  }
  #main .submit .img_check .output {
    margin-left: 25%;
    top: 120px;
  }
}


@media only screen and (max-width: 759px) {
  #main .submit .left {
    float: left;
    height: auto;
  }
  #main .submit .submit_button {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
