/* popup */
.divpop {
    width: 315px;
    position: fixed;
    top: 178px;
    z-index: 100;
}

#divpop1 {
    left: 0;
    display:none;
}

#divpop2 {
    left: 315px;
    display:none;
}

#divpop3 {
    left: 630px;
    display:none;
}
#divpop4 {
    left: 945px;
    display:none;
}

.popup_img img {
    width: 100%;
}

.popup_close {
    border: 1px solid #ddd;
    background: #fff;
    height: 45px;
    line-height: 43px;
    padding: 0 25px 0 15px;
}

.popup_close span {
    font-size: .9em;
}

.popup_close span:first-child {
    float: left;
    color: #aaa;
}

.popup_close span:first-child::before {
    content: '';
    width: 35px;
    height: 35px;
}

.popup_close span:last-child {
    float: right;
}

/* radio, Ã¼Å©¹Ú½º */
.mp_checks {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
}

.mp_checks input[type="checkbox"],
.mp_checks input[type="radio"] {
    /* ½ÇÁ¦ Ã¼Å©¹Ú½º´Â È­¸é¿¡¼­ ¼û±è */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.mp_checks input[type="checkbox"] + label,
.mp_checks input[type="radio"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.mp_checks input[type="checkbox"] + label:before,
.mp_checks input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: -2px 4px 0 0;
    text-align: center;
    vertical-align: middle;
    background: url(../images/main/popup_chk.png) no-repeat center #fff;
    border-radius: 50%;
    border: 1px solid #aaa;
}

.mp_checks input[type="checkbox"] + label:active:before,
.mp_checks input[type="checkbox"]:checked + label:active:before,
.mp_checks input[type="radio"] + label:active:before,
.mp_checks input[type="radio"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.mp_checks input[type="checkbox"]:checked + label:before,
.mp_checks input[type="radio"]:checked + label:before {
    /* Ã¼Å©¹Ú½º¸¦ Ã¼Å©ÇßÀ»¶§ */
    content: '';
    background: url(../images/main/popup_chk_w.png) no-repeat center #133a81;
    border: 1px solid #133a81;
    
}

.mp_checks input[type="checkbox"]:checked + label {
    color: #133a81;
}
/* //popup */


/* container */
.main_visual {
    width: 100%;
    height: 350px;
    position: relative;
}

.remote_con {
    width: 900px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.go_remote {
    width: 159px;
    height: 159px;
    border-radius: 50%;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 2;
    background: url(../images/main/go_remote.png) no-repeat center;
    display: block;
    box-shadow: -2px 20px 15px -px rgba(0, 0, 0, .15);
}

.go_remote .remote_txt {
    text-align: center;
    color: #000;
    font-size: 1.1em;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: -0.05em;
    padding-top: 103px;
}


.main_sd {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 350px;
}

.main_sd .mvisual {
    width: 100%;
    height: 350px;
    position: relative;
}

.main_sd .mvisual.a {
    background: url(../images/main/2222.png) no-repeat center #fff;
    background-size: cover;
}


.main_sd .mvisual.b {
    background: url(../images/main/main_vis_01.jpg) no-repeat center #fff;
    background-size: cover;
}

.main_sd .mvisual.c {
    background: url(../images/main/main_vis_02.jpg) no-repeat center #fff;
    background-size: cover;
}

.main_sd .sd_txt {
    width: 900px;
    text-align: left;
    margin: 0 auto;
    padding: 92px 0 0 15px;
}

.main_sd .sd_txt h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 8px;
    letter-spacing: -0.1em;
}

.main_sd .sd_txt h2 b {
    font-size: 1.75em;
}

.main_sd .sd_txt h2.sd2_txt {
    font-size: 2.2em;
    margin-bottom: 8px;
}

.main_sd .sd_txt h2.sd2_txt b {
    font-size: 1.25em;
}

.main_sd .sd_txt p {
    font-size: 1.14em;
    line-height: 1.2em;
    font-weight: 500;
    color: #444;
    letter-spacing: -0.04em;
}

.main_sd > .slick-slide {
    overflow: hidden;
}

.main_sd .slick-dots {
    position: absolute;
    bottom: 116px;
    left: 21px;
    right: 0;
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

.main_sd .slick-dots li {
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
}

.main_sd .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.main_sd .slick-dots li.slick-active button {
    background: #FF5A00;
}

.main_contents {
    width: 100%;
}

.main_contents.grey {
    background: #f9f9f9;
    height: 564px;
}

.main_con {
    width: 900px;
    margin: -70px auto 0;
    overflow: hidden;
}

/* QUICK */
.quick_menu {
    margin-bottom: 42px;
}

.quickList {
    position: relative;
    border: 1px solid #efefef;
    width: 900px;
    height: 110px;
    background: #fff;
    padding-left: 100px;
}

.quickList li {  
    width: 133px;
    height: 108px;
    float: left;
    background: #fff;
    text-align: center;
}

.quickList li.quickTit {
    font-size: .9em;
    color: #fff;
    background: #00a3a0;
    width: 100px;
    height: 110px;
    position: absolute;
    left: -1px;
    top: -1px;
    padding-top: 32px;
    font-weight: 300;
}

.quickList li.quickTit::before {
    content: '';        
    display: block;
    width: 100%;
    height: 24px;
    background: url(../images/main/quick_tit.png) no-repeat center;
    margin-bottom: 5px;
}

.quickList li a {
    display: block;
    width: 100%;
    font-weight: 500;
    color: #6c6c6e;
    font-size: .9em;
    letter-spacing: -0.05em;
    height: 108px;
    padding-top: 75px;
    position: relative;
}

.quickList li a::before {
    content: '';        
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 15px;
    margin-bottom: 3px;
    left: 50%;
    top: 15px;
    margin-left: -29px;
    position: absolute;
}

.quickList li.icon01 a::before {
    background: url(../images/main/quick_icon_01.png) no-repeat center #f7f7f7;
}

.quickList li.icon02 a::before {
    background: url(../images/main/quick_icon_02.png) no-repeat center #f7f7f7;
}

.quickList li.icon03 a::before {
    background: url(../images/main/quick_icon_03.png) no-repeat center #f7f7f7;
}

.quickList li.icon04 a::before {
    background: url(../images/main/quick_icon_04.png) no-repeat center #f7f7f7;
}

.quickList li.icon05 a::before {
    background: url(../images/main/quick_icon_05.png) no-repeat center #f7f7f7;
}

.quickList li.icon06 a::before {
    background: url(../images/main/quick_icon_06.png) no-repeat center #f7f7f7;
}

.tab_con {
    width: 598px;
    float: left;
}


.tab_four {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tab_four li {
    float: left;
    width: 25%;
    height: 50px;
    text-align: center;
    background: #f7f7f7;
}

.tab_four li a {
    color: #555;
    display: inline-block;
    font-size: 1.1em;
    line-height: 50px;
    height: 50px;
    width: 100%;
    font-weight: 500;
    border: solid 1px #ddd;
    border-left: none;
}

.tab_four li:first-child a {
    border-left: solid 1px #ddd;
}

.tab_four li.on a {
    color: #fff;
    border: solid 1px #fd7405;
    background: #fd7405;
}

.tabBox {
    background: #fff;
    padding: 28px 25px;
    max-height: 222px;
    border: 1px solid #ddd;
    border-top: 0;
}

.tabBox li {
    margin-bottom: 6px;
    overflow: hidden;
}

.tabBox li a {
    color: #000;
    line-height: 28px;
    font-size: 1em;
    letter-spacing: -0.03em;
}

.tabBox li:last-child {
    margin-bottom: 0;
}

.tabBox li p {
    float: left;
}

.tabBox li p:first-child {
    width: 80%;
}

.tabBox li p:last-child {
    width: 20%;
    text-align: right;
    font-family: 'roboto';
    font-weight: 500;
}

.tabBox p .important {
    color: #fff;
    background: #393837;
    display: inline-block;
    border-radius: 6px;
    line-height: 28px;
    height: 28px;
    width: 50px;
    text-align: center;
    font-weight: 500;
    margin-right: 15px;
    font-size: .9em;
}

.cs {
    width: 277px;
    height: 272px;
    float: right;
    position: relative;
}

.cs .line {
    background-color: #fd7405;
    width: 100%;
    height: 4px;
}

.cs .cs_con {
    width: 277px;
    height: 268px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
    box-sizing: border-box;
}

.cs h3 {
    font-size: 1.3em;
    letter-spacing: -0.05em;
    color: #222;
    font-weight: 500;
    margin-bottom: 3px;
}

.cs .tel {
    color: #ff8300;
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'roboto';
    letter-spacing: -0.02em;
    padding-left: 4px;
}

.cs .time {
    font-size: .9em;
    padding:0 0 0px 4px;
    line-height: 1.3em;
    font-weight: 500;
}

.cs .time em {
    color: #f0a95d;
}

.account {
    background: #f7f7f7;
    width: 100%;
    padding: 5px 5px 5px;
    border-radius: 4px;
}

.account h6 {
    margin-bottom: 3px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #222;
}

.account .bank {
    font-size: .9em;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #828d8d;
}

.account .num {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5em;
    font-family: 'roboto';
    color: #555;
}

.account .holder {
    font-size: .75em;
    letter-spacing: -0.03em;
    color: #555;
}


.main_con.ver2 {
    margin: -102px auto 0;
}

.play_ttl {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.07em;
    margin-bottom: 18px;
}

.play_ttl::before {
    content: '';
    display: block;
    width: 17px;
    height: 4px;
    background: #fd7405;
}

.playList {
    position: relative;
    overflow: hidden;
}

.playList .play_btn {
    position: absolute;
    top: 33%;
}

.playList .play_btn button {
    width: 53px;
    height: 53px;
    vertical-align: middle;
    display: inline-block;
}

.playList .play_btn.left {
    left: 0;
}

.playList .play_btn.right {
    right: 0;
}

.playList .next {
    transform: rotate(180deg);
}

.playList ul {
    width: 768px;
    margin: 0 auto;
}

.playList ul li {
    padding: 1px 8px 40px;
    display: inline-block;
    margin: 0;
}

.playList ul li a {
    display: block;
    width: 240px;
    box-shadow: -2px 20px 15px -6px rgba(0, 0, 0, .35);
}

.playList .play {
    height: 172px;
    width: 240px;
    border: 6px solid #fff;
    position: relative;
}

.playList .play span {
    display: block;
    width: 51px;
    height: 51px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25.5px;
    margin-left: -25.5px;
}

.playList .play_go img {
    display: inline-block;
    border-radius: 50%;
    box-shadow: -2px 20px 30px 10px rgba(0, 0, 0, .25);
}

.orangeBox {
    background: #ff7200;
    color: #fff;
    height: 103px;   
    padding: 15px 0 0 15px;
}

.orangeBox p:first-child {
    margin-bottom: 5px;
    font-size: 1.1em;
    letter-spacing: -0.03em;
}

.orangeBox p {
    line-height: 1.3em;
    font-size: 1em;
}


.shortcut {
    overflow: hidden;
    margin-left: -30px;
}

.shortcut li {
    width: calc(100%/4);
    float: left;
}

.shortcut a {
    border: 1px solid #ddd;
    width: 202.5px;
    height: 224px;
    margin-left: 30px;
    text-align: center;
    padding: 28px 11px 13px;
    font-weight: 500;
    display: block;
}

.shortcut a:hover {
    border: 4px solid #FF7200;
    padding: 25px 8px 10px;
}

.shortcut li:first-child .border {
    margin-left: 0;
}

.shortcut li .ttl {
    color: #393a3b;
    font-size: 1.25em;
    letter-spacing: -0.05em;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}

.shortcut .ico_img {
    height: 76px;
    vertical-align: bottom;
}

.shortcut .goto {
    border: 1px solid #eee;
    margin-top: 29px;
    height: 37px;
    line-height: 35px;
    color: #9e9fa1;
    font-size: .96em;
    letter-spacing: -0.05em;
}


.download {
    overflow: hidden;
    margin: 55px 0 70px;
}

.download li {
    width: calc(100%/3);
    float: left;
}

.download li a {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 55px;
    line-height: 55px;
    display: block;
    padding-left: 20px;
    color: #222;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.05em;
    position: relative;
}

.download li.bt a {
    border-bottom: 1px solid #ddd;
}

.download li.dwIcon03 a {
    border-right: 1px solid #ddd;
}

.download li.dwIcon06 a {
    border-right: 1px solid #ddd;
}

.download li a::before {
    content: '';        
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 5px;
}

.download li.dwIcon01 a::before {
    background: url(../images/main/down_01.png) no-repeat center;
}

.download li.dwIcon02 a::before {
    background: url(../images/main/down_02.png) no-repeat center;
}

.download li.dwIcon03 a::before {
    background: url(../images/main/down_03.png) no-repeat center;
}

.download li.dwIcon04 a::before {
    background: url(../images/main/down_04.png) no-repeat center;
}

.download li.dwIcon05 a::before {
    background: url(../images/main/down_05.png) no-repeat center;
}

.download li.dwIcon06 a::before {
    background: url(../images/main/down_06.png) no-repeat center;
}

.download li a::after {
    content: '';        
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 16px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    background: url(../images/main/down_arrow.png) no-repeat center;
}

.download li.dwIcon04 a::after {
    background: url(../images/main/down_icon.png) no-repeat center;
}

.download li.dwIcon05 a::after {
    background: url(../images/main/down_icon.png) no-repeat center;
}


/* banner */
.banner {
    padding: 18px 0 17px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    background: #fbfbfb;
}

.bannerBtn {
    width: 160px;
    height: 53px;
    line-height: 53px;
    float: left;
}

.bannerBtn .ttl {
    margin-right: 12px;
    font-size: .9em;
    font-weight: 500;
    color: #464646;
}

.bannerBtn button {
    width: 30px;
    height: 32px;
    border: 1px solid #dedede;
    border-right: 0;
}

.bannerBtn .bPrev {
    background: url(../images/main/btn_play.png) no-repeat center #fff;
}

.bannerBtn .bStop {
    background: url(../images/main/btn_stop.png) no-repeat center #fff;
}

.bannerBtn .bNext {
    background: url(../images/main/btn_play.png) no-repeat center #fff;
    transform: rotate(180deg);
    border-right: 1px solid #dedede;
}

.bannerSd {
    width: 720px;
    float: right;
}

.bannerSd li {
    display: inline-block;
    color: #666;
    font-size: .9em;
    margin-left: 22px;
    width: 158px;
}

.bannerSd li a {
    display: block;
    width: 158px;
}
