section.htmlWrapepr {width:100%;max-width:720px;margin:0 auto;display:flex;flex-direction:column;}
section.htmlWrapepr .visual{width:100%;height:434px;background-image:url('../images/visual.png');}
section.htmlWrapepr .index .title{width:100%;font-size:42px;font-weight:800;color:#333333;display:flex;justify-content:space-between;align-items:center;padding:42px 60px 32px 60px;box-sizing:border-box;}
section.htmlWrapepr .index .title .ttl{}
section.htmlWrapepr .index .title .nation{position:relative;width:276px;height:60px;background:#000000;color:#FFFFFF;font-size:30px;padding:10px 10px;box-sizing: border-box;border:1px solid #000000;}
section.htmlWrapepr .index .title .nation .lang{position:relative;display:flex;gap:0 10px;cursor:pointer;}
section.htmlWrapepr .index .title .nation .lang::after{position:absolute;right:0;top:3px;content:'';background-image: url('../images/icon_down.png');width:30px;height:30px;transition: .5s all;}
section.htmlWrapepr .index .title .nation .lang.open::after{transform:rotate(180deg);}
section.htmlWrapepr .index .title .nation .nation_select{position:absolute;top:60px;left:0;width:100%;border:1px solid #3D3D3D;box-sizing: border-box;padding:20px 20px;background:#FFFFFF;font-weight:500;display:none;}
section.htmlWrapepr .index .title .nation ul{display:flex;flex-direction: column;font-size:30px;gap:10px 0;}
section.htmlWrapepr .index .title .nation ul a{display:block;width:100%;height:100%;}


section.htmlWrapepr .index .list_wrapper{width:100%;display:flex;flex-direction:column;padding:0 47px;box-sizing:border-box;}
section.htmlWrapepr .index .list_wrapper .list{width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #e7e7e7;padding:28px 13px 28px 13px;box-sizing:border-box;}
section.htmlWrapepr .index .list_wrapper .list .photo{width:179px;height:111px;}
section.htmlWrapepr .index .list_wrapper .list .photo img{width:100%;height:100%;}
section.htmlWrapepr .index .list_wrapper .list .info_wrap{display:flex;flex:1;justify-content:space-between;align-items:center;color:#333333;}
section.htmlWrapepr .index .list_wrapper .list .info_wrap .position{padding:0 20px 0 20px;}
section.htmlWrapepr .index .list_wrapper .list .info_wrap .position span{display:flex;width:50px;height:50px;border-radius:50%;background:#e6e6e6;align-items:center;justify-content:center;text-align:center;font-size:21px;font-weight:800;}
section.htmlWrapepr .index .list_wrapper .list .info_wrap .info{flex:1;}
section.htmlWrapepr .index .list_wrapper .list .info_wrap .info .name{font-size:25px;font-weight:800;}
section.htmlWrapepr .index .list_wrapper .list .info_wrap .info .eng_name{font-size:15px;color:#9f9f9f;font-weight:400;}
section.htmlWrapepr .index .list_wrapper .list .info_wrap .more{width:28px;}

section.htmlWrapepr .top_wrapper{width:100%;height:100px;display:flex;align-items:center;justify-content:space-between;background:#c8c8c8;padding:0 24px 0 40px;box-sizing:border-box;font-size:26px;font-weight:800;color:#ffffff;}
section.htmlWrapepr .top_wrapper .ptitle{flex:1;line-height:0;padding-left:22px;box-sizing:border-box;}
section.htmlWrapepr .top_wrapper .nation{position:relative;width:276px;height:60px;background:#000000;color:#FFFFFF;font-size:30px;padding:10px 10px;box-sizing: border-box;border:1px solid #000000;}
section.htmlWrapepr .top_wrapper .nation .lang{position:relative;display:flex;gap:0 10px;cursor:pointer;}
section.htmlWrapepr .top_wrapper .nation .lang::after{position:absolute;right:0;top:3px;content:'';background-image: url('../images/icon_down.png');width:30px;height:30px;transition: .5s all;}
section.htmlWrapepr .top_wrapper .nation .lang.open::after{transform:rotate(180deg);}
section.htmlWrapepr .top_wrapper .nation .nation_select{position:absolute;top:60px;left:0;width:100%;border:1px solid #3D3D3D;box-sizing: border-box;padding:20px 20px;background:#FFFFFF;font-weight:500;display:none;}
section.htmlWrapepr .top_wrapper .nation ul{display:flex;flex-direction: column;font-size:30px;gap:10px 0;}
section.htmlWrapepr .top_wrapper .nation ul a{display:block;width:100%;height:100%;}


section.htmlWrapepr .main{}
section.htmlWrapepr .main .page_info {display:flex;flex-direction:column;padding:75px 57px;box-sizing:border-box;}
section.htmlWrapepr .main .page_info .ttl{color:#333333;font-size:34px;font-weight:800;}
section.htmlWrapepr .main .page_info .sttl{color:#9f9f9f;font-size:22px;font-weight:700;margin-top:5px;}
section.htmlWrapepr .main .title{color:#333333;font-weight:800;font-size:42px;padding:0 62px;box-sizing:border-box;margin-bottom:40px;}

section.htmlWrapepr .main .list_wrapper{width:100%;display:flex;flex-direction:column;padding:0 47px;box-sizing:border-box;}
section.htmlWrapepr .main .list_wrapper .list{width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid #e7e7e7;padding:28px 13px 28px 13px;box-sizing:border-box;}
section.htmlWrapepr .main .list_wrapper .list .photo{width:104px;height:104px;border-radius:50%;overflow: hidden;}
section.htmlWrapepr .main .list_wrapper .list .photo img{width:100%;height:100%;}
section.htmlWrapepr .main .list_wrapper .list .info_wrap{display:flex;flex:1;justify-content:space-between;align-items:center;color:#333333;padding-left:35px;box-sizing:border-box;}
section.htmlWrapepr .main .list_wrapper .list .info_wrap .info{flex:1;line-height:1.5;}
section.htmlWrapepr .main .list_wrapper .list .info_wrap .info .ttl{font-size:25px;font-weight:700;text-align:left;}
section.htmlWrapepr .main .list_wrapper .list .info_wrap .info .name{font-size:22px;color:#9f9f9f;font-weight:700;}
section.htmlWrapepr .main .list_wrapper .list .info_wrap .more{width:28px;}

section.htmlWrapepr .detail{width:100%;display:flex;flex-direction:column;align-items:center;}
section.htmlWrapepr .detail .pic{padding:64px 0 64px 0;}
section.htmlWrapepr .detail .audio_wrap{width:595px;margin:30px 0 0 0;}
section.htmlWrapepr .detail .audio_wrap .audio{width:100%;text-align:center;}
section.htmlWrapepr .detail .audio_wrap .audio audio{width:50%;transform:scale(2)}
section.htmlWrapepr .detail .audio_info{display:flex;flex-direction:column;align-items:center;}
section.htmlWrapepr .detail .audio_info .title{color:#333333;font-size:37px;font-weight:700;margin-top:90px;text-align:center;}
section.htmlWrapepr .detail .audio_info .name{color:#5b5b5b;font-size:32px;font-weight:700;margin-top:34px;}
section.htmlWrapepr .detail .audio_info .exp{color:#2e2e2e;font-size:24px;font-family:'Pretendard';font-weight:400;padding:0 60px;box-sizing:border-box;line-height:1.5;margin-top:80px;word-break: break-all;}

section.htmlWrapepr .footer {font-size:17px;color:#9f9f9f;text-align:center;padding:140px 0;}
section.htmlWrapepr .footer span{color:#171717;font-weight:700;}

div {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
